summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/src/Modules/_cryptmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tools/python3/src/Modules/_cryptmodule.c')
-rw-r--r--contrib/tools/python3/src/Modules/_cryptmodule.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/tools/python3/src/Modules/_cryptmodule.c b/contrib/tools/python3/src/Modules/_cryptmodule.c
index 72a4f44600d..75035084c9c 100644
--- a/contrib/tools/python3/src/Modules/_cryptmodule.c
+++ b/contrib/tools/python3/src/Modules/_cryptmodule.c
@@ -58,6 +58,7 @@ static PyMethodDef crypt_methods[] = {
};
static PyModuleDef_Slot _crypt_slots[] = {
+ {Py_mod_multiple_interpreters, Py_MOD_PER_INTERPRETER_GIL_SUPPORTED},
{0, NULL}
};