-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed
Labels
extension-modulesC modules in the Modules dirC modules in the Modules dirsprinttestsTests in the Lib/test dirTests in the Lib/test dirtype-refactorCode refactoring (with no changes in behavior)Code refactoring (with no changes in behavior)
Description
_testcapi uses legacy single-phase initialization, which prevents us from being able to use it in subinterpreter tests. Historically, _testcapi was kept as single-phase because we needed a module to test single-phase init, but since we now have _testsinglephase, we can move it to multi-phase init.
This is currently blocking #136004, as _testcapi is needed for one of the tests.
Linked PRs
Metadata
Metadata
Assignees
Labels
extension-modulesC modules in the Modules dirC modules in the Modules dirsprinttestsTests in the Lib/test dirTests in the Lib/test dirtype-refactorCode refactoring (with no changes in behavior)Code refactoring (with no changes in behavior)
Projects
Status
Done