-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Open
Labels
extension-modulesC modules in the Modules dirC modules in the Modules dirtestsTests in the Lib/test dirTests in the Lib/test dirtopic-subinterpreterstype-featureA feature request or enhancementA feature request or enhancement
Description
(This is a follow-up to gh-103092 and gh-104108.)
It may be worth having a test that tries importing every stdlib module in a subinterpreter that has its own GIL. This would ensure that all our builtin/extension modules are isolated (implement multi-phase init and have a Py_MOD_PER_INTERPRETER_GIL_SUPPORTED
slot).
(Such a test should fail until gh-103092 is finished.)
Linked PRs
itamaro
Metadata
Metadata
Assignees
Labels
extension-modulesC modules in the Modules dirC modules in the Modules dirtestsTests in the Lib/test dirTests in the Lib/test dirtopic-subinterpreterstype-featureA feature request or enhancementA feature request or enhancement
Projects
Status
Todo