]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-84570: Implement Waiting in SendChannel.send() (gh-110565)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 10 Oct 2023 09:35:14 +0000 (03:35 -0600)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 09:35:14 +0000 (09:35 +0000)
commit757cc35b6bf6c1df8c4c5b4879ca276963e46718
tree5e923f4e5f0f1c62ac46ccd9e3d877afe65e438e
parent46462ff929879c72c20b567af7ae3558b4918a50
gh-84570: Implement Waiting in SendChannel.send() (gh-110565)

We had been faking it (poorly).

We will add timeouts separately.
Lib/test/support/interpreters.py
Lib/test/test__xxinterpchannels.py
Lib/test/test_interpreters.py
Modules/_xxinterpchannelsmodule.c