]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 17 Oct 2023 23:05:49 +0000 (17:05 -0600)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 23:05:49 +0000 (23:05 +0000)
commitc58c63fdf615a1c2bfc995dd0b938d82e32b6cde
treec55bd273d26fdcaf30013a44a7bf973940771a23
parent7029c1a1c5b864056aa00298b1d0e0269f073f99
gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567)
Include/internal/pycore_pythread.h
Lib/test/support/interpreters.py
Lib/test/test__xxinterpchannels.py
Lib/test/test_interpreters.py
Modules/_queuemodule.c
Modules/_threadmodule.c
Modules/_xxinterpchannelsmodule.c
Python/thread.c