Closed
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
CPython versions tested on:
3.12
Operating systems tested on:
Other