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.
_elementtree
1 parent cc13eab commit f167686Copy full SHA for f167686
Modules/_elementtree.c
@@ -4430,9 +4430,7 @@ module_exec(PyObject *m)
4430
4431
static struct PyModuleDef_Slot elementtree_slots[] = {
4432
{Py_mod_exec, module_exec},
4433
- // XXX gh-103092: fix isolation.
4434
- {Py_mod_multiple_interpreters, Py_MOD_MULTIPLE_INTERPRETERS_NOT_SUPPORTED},
4435
- //{Py_mod_multiple_interpreters, Py_MOD_PER_INTERPRETER_GIL_SUPPORTED},
+ {Py_mod_multiple_interpreters, Py_MOD_PER_INTERPRETER_GIL_SUPPORTED},
4436
{0, NULL},
4437
};
4438
0 commit comments