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 2ca3c85 commit 1e1f435Copy full SHA for 1e1f435
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
-#ifdef Py_DEBUG
+#ifndef NDEBUG
85
// Return true if the world is currently stopped.
86
static bool
87
types_world_is_stopped(void)
0 commit comments