]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-76785: Module-level Fixes for test.support.interpreters (gh-110236)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 2 Oct 2023 20:47:41 +0000 (14:47 -0600)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 20:47:41 +0000 (20:47 +0000)
commita8f5dab58daca9f01ec3c6f8c85e53329251b05d
tree7a9baf60b05d29b529799c40d3cdfa38e89d25bb
parent014aacda6239f0e33b3ad5ece343df66701804b2
gh-76785: Module-level Fixes for test.support.interpreters (gh-110236)

* add RecvChannel.close() and SendChannel.close()
* make RecvChannel and SendChannel shareable
* expose ChannelEmptyError and ChannelNotEmptyError
Lib/test/support/interpreters.py
Lib/test/test_interpreters.py
Modules/_xxinterpchannelsmodule.c