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 Arfrever, serhiy.storchaka
Date 2015-05-21.08:48:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432198140.94.0.88358130526.issue24115@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch adds handling of error results of following functions: PyObject_IsTrue(), PyObject_Not(), PyObject_IsInstance(), PyObject_RichCompareBool(), _PyDict_Contains(). All these functions usually return 0 or 1, but also can return -1 in the case of error, and this case was not handled in some places.
History
Date User Action Args
2015-05-21 08:49:01serhiy.storchakasetrecipients: + serhiy.storchaka, Arfrever
2015-05-21 08:49:00serhiy.storchakasetmessageid: <1432198140.94.0.88358130526.issue24115@psf.upfronthosting.co.za>
2015-05-21 08:49:00serhiy.storchakalinkissue24115 messages
2015-05-21 08:49:00serhiy.storchakacreate