]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)
authorEric Snow <ericsnowcurrently@gmail.com>
Sat, 4 Feb 2023 01:14:43 +0000 (18:14 -0700)
committerGitHub <noreply@github.com>
Sat, 4 Feb 2023 01:14:43 +0000 (18:14 -0700)
commitc67b00534abfeca83016a00818cf1fd949613d6b
tree8e85847abe633ad261150d6885be199c036c0714
parentd4c410f0f922683f38c9d435923939d037fbd8c2
gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)

This is step 1 in potentially dropping all the "channel"-related code. Channels have already been removed from PEP 554.

https://github.com/python/cpython/issues/101524
15 files changed:
Lib/test/support/interpreters.py
Lib/test/test__xxinterpchannels.py [new file with mode: 0644]
Lib/test/test__xxsubinterpreters.py
Lib/test/test_interpreters.py
Modules/Setup
Modules/Setup.stdlib.in
Modules/_testcapimodule.c
Modules/_xxinterpchannelsmodule.c [new file with mode: 0644]
Modules/_xxsubinterpretersmodule.c
PC/config.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Tools/build/generate_stdlib_module_names.py
configure
configure.ac