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 njs
Recipients Mark.Shannon, deleted0524, erik.bray, gregory.p.smith, jdemeyer, ncoghlan, njs, xgdomingo, yselivanov
Date 2017-09-08.02:47:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504838832.14.0.29590667204.issue29988@psf.upfronthosting.co.za>
In-reply-to
Content
On another topic: you should add a test where the 'with' block exits by raising an exception, because in this case the interpreter jumps straight to WITH_CLEANUP_START, potentially skipping the DEFER_PENDING_UNTIL entirely.
History
Date User Action Args
2017-09-08 02:47:12njssetrecipients: + njs, gregory.p.smith, ncoghlan, Mark.Shannon, erik.bray, jdemeyer, yselivanov, deleted0524, xgdomingo
2017-09-08 02:47:12njssetmessageid: <1504838832.14.0.29590667204.issue29988@psf.upfronthosting.co.za>
2017-09-08 02:47:12njslinkissue29988 messages
2017-09-08 02:47:12njscreate