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 6611db7 commit 661afd4Copy full SHA for 661afd4
1 file changed
Objects/moduleobject.c
@@ -52,7 +52,7 @@ _PyModule_IsExtension(PyObject *obj)
52
PyObject*
53
PyModuleDef_Init(PyModuleDef* def)
54
{
55
-#if Py_GIL_DISABLED
+#ifdef Py_GIL_DISABLED
56
// Check that this def does not come from a non-free-threading ABI.
57
//
58
// This is meant as a "sanity check"; users should never rely on it.
0 commit comments