This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients Valentin Lavrinenko, asvetlov, ncoghlan, ned.deily, yselivanov
Date 2018-06-08.03:42:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528429343.65.0.592728768989.issue33786@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset b0bb9a81f60ed248a44b4c8008c0549c3e9e741d by Yury Selivanov in branch '3.6':
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467) (#7514)
https://github.com/python/cpython/commit/b0bb9a81f60ed248a44b4c8008c0549c3e9e741d
History
Date User Action Args
2018-06-08 03:42:23yselivanovsetrecipients: + yselivanov, ncoghlan, ned.deily, asvetlov, Valentin Lavrinenko
2018-06-08 03:42:23yselivanovsetmessageid: <1528429343.65.0.592728768989.issue33786@psf.upfronthosting.co.za>
2018-06-08 03:42:23yselivanovlinkissue33786 messages
2018-06-08 03:42:23yselivanovcreate