We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pyexpat
1 parent 6ca0e67 commit cf34b77Copy full SHA for cf34b77
Modules/pyexpat.c
@@ -2062,9 +2062,7 @@ pyexpat_free(void *module)
2062
2063
static PyModuleDef_Slot pyexpat_slots[] = {
2064
{Py_mod_exec, pyexpat_exec},
2065
- // XXX gh-103092: fix isolation.
2066
- {Py_mod_multiple_interpreters, Py_MOD_MULTIPLE_INTERPRETERS_NOT_SUPPORTED},
2067
- //{Py_mod_multiple_interpreters, Py_MOD_PER_INTERPRETER_GIL_SUPPORTED},
+ {Py_mod_multiple_interpreters, Py_MOD_PER_INTERPRETER_GIL_SUPPORTED},
2068
{0, NULL}
2069
};
2070
0 commit comments