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 <[email protected]>
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: <[email protected]>
2015-06-04 08:07:31ncoghlanlinkissue24374 messages
2015-06-04 08:07:30ncoghlancreate