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 7e5fcae commit f6f456fCopy full SHA for f6f456f
Objects/typeobject.c
@@ -81,7 +81,7 @@ class object "PyObject *" "&PyBaseObject_Type"
81
82
#define END_TYPE_DICT_LOCK() Py_END_CRITICAL_SECTION2()
83
84
-#ifndef NDEBUG
+#if !defined(NDEBUG) || defined(Py_DEBUG)
85
// Return true if the world is currently stopped.
86
static bool
87
types_world_is_stopped(void)
0 commit comments