8000 gh-116322: Fix typo in moduleobject.c · python/cpython@1aebb36 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1aebb36

Browse files
committed
gh-116322: Fix typo in moduleobject.c
1 parent 3998554 commit 1aebb36

File tree

1 file changed

+ 8000 1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/moduleobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ _PyModule_CreateInitialized(PyModuleDef* module, int module_api_version)
251251
}
252252
}
253253
m->md_def = module;
254-
#ifdef Py_GIL_DISABLE
254+
#ifdef Py_GIL_DISABLED
255255
m->md_gil = Py_MOD_GIL_USED;
256256
#endif
257257
return (PyObject*)m;

0 commit comments

Comments
 (0)
0