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.
PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF
1 parent f6f0a51 commit 4fc924cCopy full SHA for 4fc924c
include/pybind11/detail/common.h
@@ -259,7 +259,9 @@
259
# endif
260
#endif
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. */ \
265
&& !defined(PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF)
266
# define PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF
267
0 commit comments