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 serhiy.storchaka
Recipients miss-islington, serhiy.storchaka, yselivanov
Date 2018-03-23.13:45:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521812740.03.0.467229070634.issue33041@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 18d7edf32e6832a818621cb8cb3d144928eca232 by Serhiy Storchaka in branch '3.6':
[3.6] bpo-33041: Fixed jumping if the function contains an "async for" loop. (GH-6154). (GH-6199)
https://github.com/python/cpython/commit/18d7edf32e6832a818621cb8cb3d144928eca232
History
Date User Action Args
2018-03-23 13:45:40serhiy.storchakasetrecipients: + serhiy.storchaka, yselivanov, miss-islington
2018-03-23 13:45:40serhiy.storchakasetmessageid: <1521812740.03.0.467229070634.issue33041@psf.upfronthosting.co.za>
2018-03-23 13:45:40serhiy.storchakalinkissue33041 messages
2018-03-23 13:45:39serhiy.storchakacreate