Message 242407 - Python tracker
Message242407
| 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:26 | serhiy.storchaka | set | recipients: + serhiy.storchaka |
| 2015-05-02 16:56:26 | serhiy.storchaka | set | messageid: <1430585786.54.0.583087529416.issue24115@psf.upfronthosting.co.za> |
| 2015-05-02 16:56:26 | serhiy.storchaka | link | issue24115 messages |
| 2015-05-02 16:56:26 | serhiy.storchaka | create | |