]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43456: Remove _xxsubinterpreters from sys.stdlib_module_names (GH-24814)
authorVictor Stinner <vstinner@python.org>
Wed, 10 Mar 2021 11:10:01 +0000 (12:10 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Mar 2021 11:10:01 +0000 (12:10 +0100)
Python/stdlib_module_names.h
Tools/scripts/generate_stdlib_module_names.py

index 33fba383fea3333ce89d1e54031023ad920c4f45..980438545ac2f421000105277b899329184c196a 100644 (file)
@@ -85,7 +85,6 @@ static const char* _Py_stdlib_module_names[] = {
 "_weakref",
 "_weakrefset",
 "_winapi",
-"_xxsubinterpreters",
 "_zoneinfo",
 "abc",
 "aifc",
index b8afc898db42136a73561e28d9c803179c36d205..046b9eb1d2df62edd2c5d55140a93e26ca9b2f4a 100644 (file)
@@ -28,6 +28,7 @@ IGNORE = {
     '_testimportmultiple',
     '_testinternalcapi',
     '_testmultiphase',
+    '_xxsubinterpreters',
     '_xxtestfuzz',
     'distutils.tests',
     'idlelib.idle_test',