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 belopolsky
Recipients belopolsky, benjamin.peterson
Date 2008-04-09.22:04:27
SpamBayes Score 0.14578088
Marked as misclassified No
Message-id <1207778668.28.0.146790982731.issue2603@psf.upfronthosting.co.za>
In-reply-to
Content
Your patch does not check the return values of PyObject_RichCompare
calls for NULL.  This is probably ok given the current restrictions on
the type of start/step/stop, but adding the null checks will make the
code more robust.
History
Date User Action Args
2008-04-09 22:04:28belopolskysetspambayes_score: 0.145781 -> 0.14578088
recipients: + belopolsky, benjamin.peterson
2008-04-09 22:04:28belopolskysetspambayes_score: 0.145781 -> 0.145781
messageid: <1207778668.28.0.146790982731.issue2603@psf.upfronthosting.co.za>
2008-04-09 22:04:27belopolskylinkissue2603 messages
2008-04-09 22:04:27belopolskycreate