]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38415: Allow using @asynccontextmanager-made ctx managers as decorators (GH-16667)
authorJason Fried <fried@fb.com>
Thu, 23 Sep 2021 21:36:03 +0000 (14:36 -0700)
committerGitHub <noreply@github.com>
Thu, 23 Sep 2021 21:36:03 +0000 (23:36 +0200)
commit86b833badd3d6864868404ead2f8c7994d24f85c
tree0610a6e8c1b1ca5e527181d58d29227b749ab484
parentaf90b5498b8c6acd67b50fdad007d26dfd1c5823
bpo-38415: Allow using @asynccontextmanager-made ctx managers as decorators (GH-16667)
Lib/contextlib.py
Lib/test/test_contextlib_async.py
Misc/NEWS.d/next/Library/2019-10-08-14-08-59.bpo-38415.N1bUw6.rst [new file with mode: 0644]