diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2024-04-24 16:18:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 16:18:24 (GMT) |
commit | 03e3e317231d67557191ee067cb7f192f3d4d092 (patch) | |
tree | 613288cb7be97b91ef960d68dcccd2ac741d451c /Python | |
parent | af3c1d817d3f8369f8003965d967332a3a721a25 (diff) | |
download | cpython-03e3e317231d67557191ee067cb7f192f3d4d092.zip cpython-03e3e317231d67557191ee067cb7f192f3d4d092.tar.gz cpython-03e3e317231d67557191ee067cb7f192f3d4d092.tar.bz2 |
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
See https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147/26.
Diffstat (limited to 'Python')
-rw-r--r-- | Python/stdlib_module_names.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h index ac9d91b..08a66f4 100644 --- a/Python/stdlib_module_names.h +++ b/Python/stdlib_module_names.h @@ -37,6 +37,9 @@ static const char* _Py_stdlib_module_names[] = { "_hashlib", "_heapq", "_imp", +"_interpchannels", +"_interpqueues", +"_interpreters", "_io", "_ios_support", "_json", |