]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-123828: Fix data race in `_interpchannels._waiting_release` (GH-124107...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 17:29:37 +0000 (19:29 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 17:29:37 +0000 (13:29 -0400)
commita69bdab5410b27c9983adbdae69645897c2fa550
tree4a868759c2dbb3174ef806d28cdd49211aa2bcee
parent9e091dbf0224852872a9c546c1f829350aafa418
[3.14] gh-123828: Fix data race in `_interpchannels._waiting_release` (GH-124107) (GH-139517)

gh-123828: Fix data race in `_interpchannels._waiting_release` (GH-124107)
(cherry picked from commit f39dea3baeb9f9b7a0199d06508d722494db0145)

Co-authored-by: Nadeshiko Manju <me@manjusaka.me>
Lib/test/test__interpchannels.py
Modules/_interpchannelsmodule.c