]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-84570: Send-Wait Fixes for _xxinterpchannels (gh-111006)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 17 Oct 2023 22:32:00 +0000 (16:32 -0600)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 22:32:00 +0000 (16:32 -0600)
commita53d7cb6729dc3f254b70afcf19eaf71a2eed540
tree679f68637995e4bfefc98f0ec40edac6150693cd
parente37620edfd77b78b913b5eab55cd91327c3e7fd3
gh-84570: Send-Wait Fixes for _xxinterpchannels (gh-111006)

There were a few things I did in gh-110565 that need to be fixed. I also forgot to add tests in that PR.

(Note that this PR exposes a refleak introduced by gh-110246. I'll take care of that separately.)
Include/internal/pycore_pythread.h
Lib/test/test__xxinterpchannels.py
Modules/_threadmodule.c
Modules/_xxinterpchannelsmodule.c
Python/thread.c