Skip to content

Commit 3115440

Browse files
committed
Add reference to PR #4268 (PyPy Windows)
1 parent 6d202aa commit 3115440

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/pybind11/detail/common.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,9 @@
264264

265265
// See description of PR #4246:
266266
#if !defined(NDEBUG) && !defined(PY_ASSERT_GIL_HELD_INCREF_DECREF) \
267-
&& !(defined(PYPY_VERSION) && defined(_MSC_VER)) /* Tests hang indefinitely at startup. */ \
267+
&& !(defined(PYPY_VERSION) \
268+
&& defined(_MSC_VER)) /* PyPy Windows: pytest hangs indefinitely at the end of the \
269+
process (see PR #4268) */ \
268270
&& !defined(PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF)
269271
# define PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF
270272
#endif

0 commit comments

Comments
 (0)