]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh-121805)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 15 Jul 2024 19:43:59 +0000 (13:43 -0600)
committerGitHub <noreply@github.com>
Mon, 15 Jul 2024 19:43:59 +0000 (19:43 +0000)
commit8b209fd4f8a9bf9603888bda2c44b5cfd4ebf47a
tree517e2f87dc7a278d390cfd51c91a03a694c6c7f2
parentfd085a411ed2ccc9bde2338cf50068bc7f213ece
gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh-121805)

See 6b98b274b6 for an explanation of the problem and solution.  Here I've applied the solution to channels.
Lib/test/support/interpreters/_crossinterp.py [new file with mode: 0644]
Lib/test/support/interpreters/channels.py
Lib/test/support/interpreters/queues.py
Lib/test/test__interpchannels.py
Lib/test/test_interpreters/test_channels.py
Lib/test/test_interpreters/test_queues.py
Modules/_interpchannelsmodule.c
Modules/_interpqueuesmodule.c
Modules/_interpreters_common.h