]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-44566: resolve differences between asynccontextmanager and contextmanager...
authorŁukasz Langa <lukasz@langa.pl>
Tue, 20 Jul 2021 19:12:58 +0000 (21:12 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Jul 2021 19:12:58 +0000 (21:12 +0200)
commit1c5c9c89ffc36875afaf4c3cc6a716d4bd089bbf
tree25b637cd8c8458e49c221801b0f30c2e0906b702
parentdae4928dd07109db69e090b1c8193a023ce695cd
[3.9] bpo-44566: resolve differences between asynccontextmanager and contextmanager (GH-27024). (#27269)

(cherry picked from commit 7f1c330da31c54e028dceaf3610877914c2a4497)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
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]