mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
See https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147/26.
This commit is contained in:
parent
af3c1d817d
commit
03e3e31723
34 changed files with 546 additions and 539 deletions
|
|
@ -7,7 +7,7 @@ import time
|
|||
|
||||
from test.support import import_helper, Py_DEBUG
|
||||
# Raise SkipTest if subinterpreters not supported.
|
||||
_queues = import_helper.import_module('_xxinterpqueues')
|
||||
_queues = import_helper.import_module('_interpqueues')
|
||||
from test.support import interpreters
|
||||
from test.support.interpreters import queues
|
||||
from .utils import _run_output, TestBase as _TestBase
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue