]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 10 Oct 2021 16:25:14 +0000 (09:25 -0700)
committerGitHub <noreply@github.com>
Sun, 10 Oct 2021 16:25:14 +0000 (09:25 -0700)
commit164dddf5f8c9c6b93f32c9f79b4301fc804576e9
tree28d12e55896c5d219388fcf68cdd1dbeab82b772
parent3c270130774fa4d19fd5c2728b9309625da40b87
bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 1a7892414e654aa5c99efa31db767baba7f4a424)

Co-authored-by: Joongi Kim <joongi@lablup.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]