]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44566: resolve differences between asynccontextmanager and contextmanager (#27024)
authorThomas Grainger <tagrain@gmail.com>
Tue, 20 Jul 2021 18:15:07 +0000 (19:15 +0100)
committerGitHub <noreply@github.com>
Tue, 20 Jul 2021 18:15:07 +0000 (20:15 +0200)
commit7f1c330da31c54e028dceaf3610877914c2a4497
tree300b1b0e55088dc48f76bc11a5f2799a66936115
parent85fa3b6b7c11897732fedc443db0e4e8e380c8f8
bpo-44566: resolve differences between asynccontextmanager and contextmanager (#27024)
Lib/contextlib.py
Lib/test/test_contextlib.py
Lib/test/test_contextlib_async.py
Misc/NEWS.d/next/Library/2021-07-05-18-13-25.bpo-44566.o51Bd1.rst [new file with mode: 0644]