]> granicus.if.org Git - python/commit
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467)
authorYury Selivanov <yury@magic.io>
Fri, 8 Jun 2018 00:31:26 +0000 (20:31 -0400)
committerGitHub <noreply@github.com>
Fri, 8 Jun 2018 00:31:26 +0000 (20:31 -0400)
commit52698c7ad9eae9feb35839fde17a7d1da8036a9b
tree1db0d329f430f5eda34575454d35b0b7e5570249
parent378c53cc3187dba57c7560ccc2557f516c8a7bc8
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467)
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