We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc924c commit 37c9cb7Copy full SHA for 37c9cb7
include/pybind11/detail/common.h
@@ -261,7 +261,9 @@
261
262
// See description of PR #4246:
263
#if !defined(NDEBUG) && !defined(PY_ASSERT_GIL_HELD_INCREF_DECREF) \
264
- && !(defined(PYPY_VERSION) && defined(_MSC_VER)) /* Tests hang indefinitely at startup. */ \
+ && !(defined(PYPY_VERSION) \
265
+ && defined(_MSC_VER)) /* PyPy Windows: pytest hangs indefinitely at the end of the \
266
+ process (see PR #4268) */ \
267
&& !defined(PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF)
268
# define PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF
269
#endif
0 commit comments