]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-129403: Fix `ValueError` messages in `asyncio.Barrier` and `threading.Barri...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 30 Jan 2025 09:33:30 +0000 (10:33 +0100)
committerGitHub <noreply@github.com>
Thu, 30 Jan 2025 09:33:30 +0000 (09:33 +0000)
commitad4a141a6b4095350ae73a80cb40dcba348c48ad
tree1a9013a0739d7b123b21a78784cb133bb9dd41fa
parent25a3f3ac46ca228cb1d03c3830e816332a3935ce
[3.13] gh-129403: Fix `ValueError` messages in `asyncio.Barrier` and `threading.Barrier` (GH-129419) (#129468)

gh-129403: Fix `ValueError` messages in `asyncio.Barrier` and `threading.Barrier` (GH-129419)
(cherry picked from commit bcb25d60b1baf9348e73cbd2359342cea6009c36)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
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]