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 gvanrossum, ncoghlan, vstinner, yselivanov
Date 2015-06-04.08:07:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433405251.08.0.212025130457.issue24374@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I'd missed that the previous code wouldn't clean up properly in the failure case.

+1 for inlining the check and using the existing error label.
History
Date User Action Args
2015-06-04 08:07:31ncoghlansetrecipients: + ncoghlan, gvanrossum, vstinner, yselivanov
2015-06-04 08:07:31ncoghlansetmessageid: <1433405251.08.0.212025130457.issue24374@psf.upfronthosting.co.za>
2015-06-04 08:07:31ncoghlanlinkissue24374 messages
2015-06-04 08:07:30ncoghlancreate