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 01d52ba commit ba6e602Copy full SHA for ba6e602
Objects/moduleobject.c
@@ -33,7 +33,7 @@ assert_def_missing_or_redundant(PyModuleObject *m) {
33
* Modules created using a def keep a reference to that (statically
34
* allocated) def; the info there should match what we have in the module.
35
*/
36
-#ifdef NDEBUG
+#ifndef NDEBUG
37
if (m->md_token_is_def) {
38
PyModuleDef *def = (PyModuleDef *)m->md_token;
39
assert(def);
0 commit comments