]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 24 Apr 2024 16:18:24 +0000 (10:18 -0600)
committerGitHub <noreply@github.com>
Wed, 24 Apr 2024 16:18:24 +0000 (16:18 +0000)
commit03e3e317231d67557191ee067cb7f192f3d4d092
tree613288cb7be97b91ef960d68dcccd2ac741d451c
parentaf3c1d817d3f8369f8003965d967332a3a721a25
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)

See https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147/26.
34 files changed:
Include/internal/pycore_atexit.h
Include/internal/pycore_pybuffer.h
Include/internal/pycore_pystate.h
Include/internal/pycore_pythread.h
Lib/test/support/import_helper.py
Lib/test/support/interpreters/__init__.py
Lib/test/support/interpreters/channels.py
Lib/test/support/interpreters/queues.py
Lib/test/test__interpchannels.py [moved from Lib/test/test__xxinterpchannels.py with 68% similarity]
Lib/test/test__interpreters.py [moved from Lib/test/test__xxsubinterpreters.py with 98% similarity]
Lib/test/test_capi/test_misc.py
Lib/test/test_import/__init__.py
Lib/test/test_importlib/test_util.py
Lib/test/test_interpreters/test_api.py
Lib/test/test_interpreters/test_channels.py
Lib/test/test_interpreters/test_lifecycle.py
Lib/test/test_interpreters/test_queues.py
Lib/test/test_interpreters/test_stress.py
Lib/test/test_interpreters/utils.py
Makefile.pre.in
Misc/NEWS.d/next/Library/2024-04-11-18-11-37.gh-issue-76785.BWNkhC.rst [new file with mode: 0644]
Modules/Setup
Modules/Setup.stdlib.in
Modules/_interpchannelsmodule.c [moved from Modules/_xxinterpchannelsmodule.c with 99% similarity]
Modules/_interpqueuesmodule.c [moved from Modules/_xxinterpqueuesmodule.c with 99% similarity]
Modules/_interpretersmodule.c [moved from Modules/_xxsubinterpretersmodule.c with 99% similarity]
PC/config.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/stdlib_module_names.h
Tools/build/generate_stdlib_module_names.py
Tools/c-analyzer/cpython/ignored.tsv
configure
configure.ac