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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2012-08-09.15:24:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344525855.66.0.08938802791.issue15604@psf.upfronthosting.co.za>
In-reply-to
Content
PyObject_IsTrue can fail, but not everywhere in a code a returned value checked. Here is a patches which add such checks.

Note, patches for all three Python versions are rather different.
History
Date User Action Args
2012-08-09 15:24:16serhiy.storchakasetrecipients: + serhiy.storchaka
2012-08-09 15:24:15serhiy.storchakasetmessageid: <1344525855.66.0.08938802791.issue15604@psf.upfronthosting.co.za>
2012-08-09 15:24:14serhiy.storchakalinkissue15604 messages
2012-08-09 15:24:14serhiy.storchakacreate