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:15:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461305715.58.0.524576457516.issue26824@psf.upfronthosting.co.za>
In-reply-to
Content
I also inspect Py_REFCNT and Py_SIZE. I don't think there is need to replace (obj)->ob_refcnt since they are legal. 

So my intention is only several macros need to be altered and won't make too much code churn.
History
Date User Action Args
2016-04-22 06:15:15xiang.zhangsetrecipients: + xiang.zhang, loewis, rhettinger, ned.deily, serhiy.storchaka
2016-04-22 06:15:15xiang.zhangsetmessageid: <1461305715.58.0.524576457516.issue26824@psf.upfronthosting.co.za>
2016-04-22 06:15:15xiang.zhanglinkissue26824 messages
2016-04-22 06:15:15xiang.zhangcreate