]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 14 Aug 2020 09:44:00 +0000 (02:44 -0700)
committerGitHub <noreply@github.com>
Fri, 14 Aug 2020 09:44:00 +0000 (05:44 -0400)
commitcf79cbf4479e395bf7c4df2907f5a444639b4f6f
treeb0b14e878032a74ce191cdbd627c65e13697eba8
parentf3b6f3cd9ac6931ae346cf298fae7b691d5656bb
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467) (GH-21878)

(cherry picked from commit 52698c7ad9eae9feb35839fde17a7d1da8036a9b)

Co-authored-by: Yury Selivanov <yury@magic.io>
Lib/contextlib.py
Lib/test/test_asyncgen.py
Lib/test/test_contextlib_async.py
Misc/NEWS.d/next/Core and Builtins/2018-06-06-23-24-40.bpo-33786.lBvT8z.rst [new file with mode: 0644]
Objects/genobject.c