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 2015-05-02.16:56:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430585786.54.0.583087529416.issue24115@psf.upfronthosting.co.za>
In-reply-to
Content
PyObject_IsInstance() and PyObject_IsSubclass() cat return 0, 1, or -1. But some code use "if (PyObject_IsInstance(...))" or "if (!PyObject_IsInstance(...))". This should be fixed.
History
Date User Action Args
2015-05-02 16:56:26serhiy.storchakasetrecipients: + serhiy.storchaka
2015-05-02 16:56:26serhiy.storchakasetmessageid: <1430585786.54.0.583087529416.issue24115@psf.upfronthosting.co.za>
2015-05-02 16:56:26serhiy.storchakalinkissue24115 messages
2015-05-02 16:56:26serhiy.storchakacreate