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 ncoghlan
Recipients benjamin.peterson, dabeaz, larry, ncoghlan, serhiy.storchaka, yselivanov
Date 2015-09-01.05:14:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441084468.61.0.596601539436.issue24975@psf.upfronthosting.co.za>
In-reply-to
Content
Patch looks good to me. I was initially going to query the changes to the break/continue AST tests, but then realised they were needed to avoid a compile error for break/continue outside a loop now that we ensure the resulting AST can be used to generate code.
History
Date User Action Args
2015-09-01 05:14:28ncoghlansetrecipients: + ncoghlan, larry, benjamin.peterson, dabeaz, serhiy.storchaka, yselivanov
2015-09-01 05:14:28ncoghlansetmessageid: <1441084468.61.0.596601539436.issue24975@psf.upfronthosting.co.za>
2015-09-01 05:14:28ncoghlanlinkissue24975 messages
2015-09-01 05:14:28ncoghlancreate