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",
"_weakrefset",
"_winapi",
"_xxsubinterpreters",
"_zoneinfo",
"abc",
"aifc",

View file

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