summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Python/stdlib_module_names.h1
-rw-r--r--Tools/scripts/generate_stdlib_module_names.py1
2 files changed, 1 insertions, 1 deletions
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h
index 33fba38..9804385 100644
--- a/Python/stdlib_module_names.h
+++ b/Python/stdlib_module_names.h
@@ -85,7 +85,6 @@ static const char* _Py_stdlib_module_names[] = {
"_weakref",
"_weakrefset",
"_winapi",
-"_xxsubinterpreters",
"_zoneinfo",
"abc",
"aifc",
diff --git a/Tools/scripts/generate_stdlib_module_names.py b/Tools/scripts/generate_stdlib_module_names.py
index b8afc89..046b9eb 100644
--- a/Tools/scripts/generate_stdlib_module_names.py
+++ b/Tools/scripts/generate_stdlib_module_names.py
@@ -28,6 +28,7 @@ IGNORE = {
'_testimportmultiple',
'_testinternalcapi',
'_testmultiphase',
+ '_xxsubinterpreters',
'_xxtestfuzz',
'distutils.tests',
'idlelib.idle_test',