mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-43456: Remove _xxsubinterpreters from sys.stdlib_module_names (GH-24814)
This commit is contained in:
parent
57827f8754
commit
a9c03d7fb7
2 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,6 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"_weakref",
|
||||
"_weakrefset",
|
||||
"_winapi",
|
||||
"_xxsubinterpreters",
|
||||
"_zoneinfo",
|
||||
"abc",
|
||||
"aifc",
|
||||
|
|
|
@ -28,6 +28,7 @@ IGNORE = {
|
|||
'_testimportmultiple',
|
||||
'_testinternalcapi',
|
||||
'_testmultiphase',
|
||||
'_xxsubinterpreters',
|
||||
'_xxtestfuzz',
|
||||
'distutils.tests',
|
||||
'idlelib.idle_test',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue