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 christian.heimes, doerwalter, ezio.melotti, lemburg, pkt, serhiy.storchaka, vstinner
Date 2015-05-02.13:10:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430572250.72.0.302332696667.issue24102@psf.upfronthosting.co.za>
In-reply-to
Content
Py_TYPE() is necessary when the argument is not of type PyObject* (e.g. PyUnicodeObject*).
History
Date User Action Args
2015-05-02 13:10:50serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, doerwalter, vstinner, christian.heimes, ezio.melotti, pkt
2015-05-02 13:10:50serhiy.storchakasetmessageid: <1430572250.72.0.302332696667.issue24102@psf.upfronthosting.co.za>
2015-05-02 13:10:50serhiy.storchakalinkissue24102 messages
2015-05-02 13:10:50serhiy.storchakacreate