]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41543: contextlib.nullcontext can fill in for an async context manager (GH-21870)
authorTom Gringauz <tomgrin10@gmail.com>
Mon, 9 Nov 2020 12:34:07 +0000 (14:34 +0200)
committerGitHub <noreply@github.com>
Mon, 9 Nov 2020 12:34:07 +0000 (14:34 +0200)
commita117167d8dc8fa673a4646f509551c7950f824e5
tree14ed56dc05c33931932c8e911a76b374d9fd74b1
parent97e8b1eaeaf3aa325c84ff2e13417c30414d0269
bpo-41543: contextlib.nullcontext can fill in for an async context manager (GH-21870)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Doc/library/contextlib.rst
Lib/contextlib.py
Lib/test/test_contextlib_async.py
Misc/NEWS.d/next/Library/2020-08-14-00-39-04.bpo-41543.RpcRjb.rst [new file with mode: 0644]