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 0376417 commit 2de6e39Copy full SHA for 2de6e39
include/pybind11/detail/common.h
@@ -329,7 +329,8 @@ PYBIND11_WARNING_POP
329
&& defined(_MSC_VER)) /* PyPy Windows: pytest hangs indefinitely at the end of the \
330
process (see PR #4268) */ \
331
&& !defined(PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF)
332
-# define PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF
+// The following define will be enabled by default in the 2.11 release
333
+// define PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF
334
#endif
335
336
// #define PYBIND11_STR_LEGACY_PERMISSIVE
0 commit comments