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 Jim.Jewett
Recipients Arfrever, Claudiu.Popa, Jim.Jewett, ncoghlan, serhiy.storchaka
Date 2014-04-23.21:56:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398290212.84.0.910704748722.issue19385@psf.upfronthosting.co.za>
In-reply-to
Content
_check_closed sounds like you expect it to be closed, and might even assert that it is closed, except that you want the check run even in release mode and/or it might fail.  Since being closed is actually the unexpectedly broken state, I would prefer that you rename it to something else, like _verify_open.
History
Date User Action Args
2014-04-23 21:56:53Jim.Jewettsetrecipients: + Jim.Jewett, ncoghlan, Arfrever, Claudiu.Popa, serhiy.storchaka
2014-04-23 21:56:52Jim.Jewettsetmessageid: <1398290212.84.0.910704748722.issue19385@psf.upfronthosting.co.za>
2014-04-23 21:56:52Jim.Jewettlinkissue19385 messages
2014-04-23 21:56:52Jim.Jewettcreate