Skip to content

Commit 6882c13

Browse files
committed
Patch generator for Python-ast.c instead of just the file itself
1 parent 99bc5cb commit 6882c13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Parser/asdl_c.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,6 +1443,7 @@ def visitModule(self, mod):
14431443
static PyModuleDef_Slot astmodule_slots[] = {
14441444
{Py_mod_exec, astmodule_exec},
14451445
{Py_mod_multiple_interpreters, Py_MOD_PER_INTERPRETER_GIL_SUPPORTED},
1446+
{Py_mod_gil, Py_MOD_GIL_NOT_USED},
14461447
{0, NULL}
14471448
};
14481449

0 commit comments

Comments
 (0)