mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
See https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147/26.
This commit is contained in:
parent
af3c1d817d
commit
03e3e31723
34 changed files with 546 additions and 539 deletions
3
Python/stdlib_module_names.h
generated
3
Python/stdlib_module_names.h
generated
|
@ -37,6 +37,9 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"_hashlib",
|
||||
"_heapq",
|
||||
"_imp",
|
||||
"_interpchannels",
|
||||
"_interpqueues",
|
||||
"_interpreters",
|
||||
"_io",
|
||||
"_ios_support",
|
||||
"_json",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue