]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-76785: Add Interpreter.prepare_main() (gh-113021)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 12 Dec 2023 18:06:06 +0000 (11:06 -0700)
committerGitHub <noreply@github.com>
Tue, 12 Dec 2023 18:06:06 +0000 (18:06 +0000)
commit9898e6104171dcdd88b32776e69ca2cddf515e63
treeffc33f1653dbbb7737a18bdf3db474b1b5203a89
parenta49b427b0265c415d9089da0be39f4b5ccd1f15f
gh-76785: Add Interpreter.prepare_main() (gh-113021)

This is one of the last pieces to get test.support.interpreters in sync with PEP 734.
Lib/test/support/interpreters/__init__.py
Lib/test/test__xxinterpchannels.py
Lib/test/test__xxsubinterpreters.py
Lib/test/test_interpreters/test_api.py
Lib/test/test_interpreters/utils.py
Modules/_xxsubinterpretersmodule.c