summaryrefslogtreecommitdiffstats
path: root/Modules/_typingmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_typingmodule.c')
-rw-r--r--Modules/_typingmodule.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/_typingmodule.c b/Modules/_typingmodule.c
index 180f3d7..09fbb3c 100644
--- a/Modules/_typingmodule.c
+++ b/Modules/_typingmodule.c
@@ -72,6 +72,7 @@ _typing_exec(PyObject *m)
static struct PyModuleDef_Slot _typingmodule_slots[] = {
{Py_mod_exec, _typing_exec},
{Py_mod_multiple_interpreters, Py_MOD_PER_INTERPRETER_GIL_SUPPORTED},
+ {Py_mod_gil, Py_MOD_GIL_NOT_USED},
{0, NULL}
};