]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)
authorJoongi Kim <joongi@lablup.com>
Sun, 10 Oct 2021 16:01:41 +0000 (01:01 +0900)
committerGitHub <noreply@github.com>
Sun, 10 Oct 2021 16:01:41 +0000 (19:01 +0300)
commit1a7892414e654aa5c99efa31db767baba7f4a424
tree50de7bd25b262b2fe44f1028bd8da17dcb9d03c6
parent62a667784ba7b84611ebd50fa8a1a464cde32235
bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/asyncio/locks.py
Lib/test/test_asyncio/test_locks.py
Misc/NEWS.d/next/Library/2021-10-10-09-42-34.bpo-45416.n35O0_.rst [new file with mode: 0644]