]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40816 Add AsyncContextDecorator class (GH-20516)
authorKazantcev Andrey <45011689+heckad@users.noreply.github.com>
Thu, 5 Nov 2020 08:52:24 +0000 (11:52 +0300)
committerGitHub <noreply@github.com>
Thu, 5 Nov 2020 08:52:24 +0000 (10:52 +0200)
commit178695b7aee7a7aacd49a3086060e06347d1e556
tree57528ffdf83e7cca6f7525724671bf62c0c5df32
parent048a35659aa8074afe7d7d054e7cea1f8ee6d366
bpo-40816 Add AsyncContextDecorator class (GH-20516)

Co-authored-by: Yury Selivanov <yury@edgedb.com>
Doc/library/contextlib.rst
Lib/contextlib.py
Lib/test/test_contextlib_async.py
Misc/NEWS.d/next/Library/2020-05-29-15-25-41.bpo-40816.w61Pob.rst [new file with mode: 0644]