]> 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 01:32:43 +0000 (21:32 -0400)
committerGitHub <noreply@github.com>
Fri, 8 Jun 2018 01:32:43 +0000 (21:32 -0400)
commit8de73d5a6914cfe55c23b0ad829cd2ba8954bc2e
tree0b349a6a16a4eef4480ce9b346cd6f41a8babb9f
parentd071ab12c85636cd15c8ef33647dad9db8441afb
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467) (GH-7507)
Lib/test/test_asyncgen.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