]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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 08:28:06 +0000 (09:28 +0100)
committerGitHub <noreply@github.com>
Thu, 30 Jan 2025 08:28:06 +0000 (08:28 +0000)
commitf463d05a0979aada4fadcd43ff721b1ff081d2aa
tree4081aefd979aa8286b0be5b598f2a2f5f3e2fb1f
parentc0ae83af95df3de49802f02977cc937ad855fc29
[3.12] gh-129403: Fix `ValueError` messages in `asyncio.Barrier` and `threading.Barrier` (GH-129419) (#129469)

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]