]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129403: Fix `ValueError` messages in `asyncio.Barrier` and `threading.Barrier...
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Thu, 30 Jan 2025 08:11:12 +0000 (08:11 +0000)
committerGitHub <noreply@github.com>
Thu, 30 Jan 2025 08:11:12 +0000 (11:11 +0300)
commitbcb25d60b1baf9348e73cbd2359342cea6009c36
tree4c2bb2dd60b51d5541e7494382bce6fdc1e84a4f
parenta4722449caccc42ad644611d02fbdb5005f601eb
gh-129403: Fix `ValueError` messages in `asyncio.Barrier` and `threading.Barrier` (#129419)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/asyncio/locks.py
Lib/threading.py
Misc/NEWS.d/next/Library/2025-01-29-17-10-00.gh-issue-129403.314159.rst [new file with mode: 0644]