Message217091
| 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. |
|