Browse Source
bpo-40816 Add AsyncContextDecorator class (GH-20516)
bpo-40816 Add AsyncContextDecorator class (GH-20516)
Co-authored-by: Yury Selivanov <yury@edgedb.com>pull/23164/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 114 additions and 1 deletions
-
62Doc/library/contextlib.rst
-
25Lib/contextlib.py
-
27Lib/test/test_contextlib_async.py
-
1Misc/NEWS.d/next/Library/2020-05-29-15-25-41.bpo-40816.w61Pob.rst
@ -0,0 +1 @@ |
|||
Add AsyncContextDecorator to contextlib to support async context manager as a decorator. |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue