From: Yury Selivanov Date: Fri, 8 Jun 2018 03:42:13 +0000 (-0400) Subject: bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467... X-Git-Tag: v3.6.6rc1~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0bb9a81f60ed248a44b4c8008c0549c3e9e741d;p=thirdparty%2FPython%2Fcpython.git bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467) (#7514) ---