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:
Eric Snow 2024-04-24 10:18:24 -06:00 committed by GitHub
parent af3c1d817d
commit 03e3e31723
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 546 additions and 539 deletions

View file

@ -10,7 +10,7 @@ from test import support
from test.support import import_helper
from test.support import os_helper
# Raise SkipTest if subinterpreters not supported.
import_helper.import_module('_xxsubinterpreters')
import_helper.import_module('_interpreters')
from .utils import TestBase