summaryrefslogtreecommitdiffstats
path: root/Modules/termios.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/termios.c')
-rw-r--r--Modules/termios.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/termios.c b/Modules/termios.c
index a29474d..f2c5a4b 100644
--- a/Modules/termios.c
+++ b/Modules/termios.c
@@ -1364,6 +1364,7 @@ termios_exec(PyObject *mod)
static PyModuleDef_Slot termios_slots[] = {
{Py_mod_exec, termios_exec},
{Py_mod_multiple_interpreters, Py_MOD_PER_INTERPRETER_GIL_SUPPORTED},
+ {Py_mod_gil, Py_MOD_GIL_NOT_USED},
{0, NULL}
};