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 xiang.zhang
Date 2016-06-17.07:39:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466149168.09.0.735946487659.issue27342@psf.upfronthosting.co.za>
In-reply-to
Content
Some Py_XDECREFs in rangeobject.c and bltinmodule.c are not necessary. Py_DECREF is enough. Clean up them.
History
Date User Action Args
2016-06-17 07:39:28xiang.zhangsetrecipients: + xiang.zhang
2016-06-17 07:39:28xiang.zhangsetmessageid: <1466149168.09.0.735946487659.issue27342@psf.upfronthosting.co.za>
2016-06-17 07:39:28xiang.zhanglinkissue27342 messages
2016-06-17 07:39:27xiang.zhangcreate