Skip to content

Commit 37c9cb7

Browse files
committed
Add reference to PR #4268 (PyPy Windows)
1 parent 4fc924c commit 37c9cb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/pybind11/detail/common.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,9 @@
261261

262262
// See description of PR #4246:
263263
#if !defined(NDEBUG) && !defined(PY_ASSERT_GIL_HELD_INCREF_DECREF) \
264-
&& !(defined(PYPY_VERSION) && defined(_MSC_VER)) /* Tests hang indefinitely at startup. */ \
264+
&& !(defined(PYPY_VERSION) \
265+
&& defined(_MSC_VER)) /* PyPy Windows: pytest hangs indefinitely at the end of the \
266+
process (see PR #4268) */ \
265267
&& !defined(PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF)
266268
# define PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF
267269
#endif

0 commit comments

Comments
 (0)