bpo-43456: Remove _xxsubinterpreters from sys.stdlib_module_names (GH-24814)

This commit is contained in:
Victor Stinner 2021-03-10 12:10:01 +01:00 committed by GitHub
parent 57827f8754
commit a9c03d7fb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -85,7 +85,6 @@ static const char* _Py_stdlib_module_names[] = {
"_weakref", "_weakref",
"_weakrefset", "_weakrefset",
"_winapi", "_winapi",
"_xxsubinterpreters",
"_zoneinfo", "_zoneinfo",
"abc", "abc",
"aifc", "aifc",

View file

@ -28,6 +28,7 @@ IGNORE = {
'_testimportmultiple', '_testimportmultiple',
'_testinternalcapi', '_testinternalcapi',
'_testmultiphase', '_testmultiphase',
'_xxsubinterpreters',
'_xxtestfuzz', '_xxtestfuzz',
'distutils.tests', 'distutils.tests',
'idlelib.idle_test', 'idlelib.idle_test',