-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed
Labels
3.12only security fixesonly security fixesOS-wasitype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
#110713 unconditionally imports test.support.interpreters which imports _xxsubinterpreters which fails since it isn't provided.
This doesn't fail on main because it has a guard against the import:
Lines 19 to 22 in 48dfd74
| try: | |
| from test.support import interpreters | |
| except ImportError: | |
| interpreters = None |
CPython versions tested on:
3.12
Operating systems tested on:
Other
Linked PRs
Metadata
Metadata
Assignees
Labels
3.12only security fixesonly security fixesOS-wasitype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error