]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 1 Feb 2020 11:12:52 +0000 (13:12 +0200)
committerGitHub <noreply@github.com>
Sat, 1 Feb 2020 11:12:52 +0000 (13:12 +0200)
commit90d9ba6ef10af32e8dfe0649789c3a8ccf419e95
tree5cd3e31fa3f1508ff72bfa0991bcdd8eeb9e3259
parentabb9a448dee3e18c69080231fbeba980bf048211
bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533)
Doc/library/asyncio-sync.rst
Doc/whatsnew/3.9.rst
Lib/asyncio/locks.py
Lib/test/test_asyncio/test_locks.py
Lib/test/test_asyncio/test_pep492.py
Misc/NEWS.d/next/Library/2019-12-09-17-24-29.bpo-34793.D82Dyu.rst [new file with mode: 0644]