]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43352: Add a Barrier object in asyncio lib (GH-24903)
authorDuprat <yduprat@gmail.com>
Fri, 25 Mar 2022 22:01:21 +0000 (23:01 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Mar 2022 22:01:21 +0000 (00:01 +0200)
commitd03acd7270d66ddb8e987f9743405147ecc15087
treecffe25f0c26d55aef28c910dcf825747da99a6d4
parent20e6e5636a06fe5e1472062918d0a302d82a71c3
bpo-43352: Add a Barrier object in asyncio lib (GH-24903)

Co-authored-by: Yury Selivanov <yury@edgedb.com>
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Doc/library/asyncio-api-index.rst
Doc/library/asyncio-sync.rst
Lib/asyncio/exceptions.py
Lib/asyncio/locks.py
Lib/test/test_asyncio/test_locks.py
Misc/NEWS.d/next/Library/2021-03-31-15-22-45.bpo-43352.nSjMuE.rst [new file with mode: 0644]