]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-76785: Update test.support.interpreters to Align With PEP 734 (gh-115566)
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 28 Feb 2024 23:08:08 +0000 (16:08 -0700)
committerGitHub <noreply@github.com>
Wed, 28 Feb 2024 23:08:08 +0000 (16:08 -0700)
commite80abd57a82ea1beae0a82423d45c6eb8c5c5c74
tree3fd81507ec511caa0a98f2141ce8af6953359fb0
parent67c19e57b5c928278ebd191a545979ce786f06b3
gh-76785: Update test.support.interpreters to Align With PEP 734 (gh-115566)

This brings the code under test.support.interpreters, and the corresponding extension modules, in line with recent updates to PEP 734.

(Note: PEP 734 has not been accepted at this time.  However, we are using an internal copy of the implementation in the test suite to exercise the existing subinterpreters feature.)
Lib/test/support/interpreters/__init__.py
Lib/test/support/interpreters/queues.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/utils.py
Lib/test/test_sys.py
Lib/test/test_threading.py
Modules/_xxinterpqueuesmodule.c
Modules/_xxsubinterpretersmodule.c