Skip to content

Commit a9c03d7

Browse files
authored
bpo-43456: Remove _xxsubinterpreters from sys.stdlib_module_names (GH-24814)
1 parent 57827f8 commit a9c03d7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Python/stdlib_module_names.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ static const char* _Py_stdlib_module_names[] = {
8585
"_weakref",
8686
"_weakrefset",
8787
"_winapi",
88-
"_xxsubinterpreters",
8988
"_zoneinfo",
9089
"abc",
9190
"aifc",

Tools/scripts/generate_stdlib_module_names.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
'_testimportmultiple',
2929
'_testinternalcapi',
3030
'_testmultiphase',
31+
'_xxsubinterpreters',
3132
'_xxtestfuzz',
3233
'distutils.tests',
3334
'idlelib.idle_test',

0 commit comments

Comments
 (0)