mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue