We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d202aa commit 3115440Copy full SHA for 3115440
include/pybind11/detail/common.h
@@ -264,7 +264,9 @@
264
265
// See description of PR #4246:
266
#if !defined(NDEBUG) && !defined(PY_ASSERT_GIL_HELD_INCREF_DECREF) \
267
- && !(defined(PYPY_VERSION) && defined(_MSC_VER)) /* Tests hang indefinitely at startup. */ \
+ && !(defined(PYPY_VERSION) \
268
+ && defined(_MSC_VER)) /* PyPy Windows: pytest hangs indefinitely at the end of the \
269
+ process (see PR #4268) */ \
270
&& !defined(PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF)
271
# define PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF
272
#endif
0 commit comments