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 xiang.zhang
Recipients loewis, ned.deily, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-04-22.06:10:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461305419.03.0.877388394672.issue26824@psf.upfronthosting.co.za>
In-reply-to
Content
No, actually I don't mean to change all the (obj)->ob_type in Python repo. I know there are more (obj)->ob_type in it, but they are compliant with PEP3123 since obj is of type PyObject*. You don't have the need to change them. What I propose is only to change the macros that not use Py_TYPE since the macros may be used later with arguments not of type PyObject*.
History
Date User Action Args
2016-04-22 06:10:19xiang.zhangsetrecipients: + xiang.zhang, loewis, rhettinger, ned.deily, serhiy.storchaka
2016-04-22 06:10:19xiang.zhangsetmessageid: <1461305419.03.0.877388394672.issue26824@psf.upfronthosting.co.za>
2016-04-22 06:10:19xiang.zhanglinkissue26824 messages
2016-04-22 06:10:18xiang.zhangcreate