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 vstinner, xiang.zhang
Date 2016-12-22.05:00:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482382808.01.0.0790799966286.issue29044@psf.upfronthosting.co.za>
In-reply-to
Content
In string %c formater(formatchar), when receiving an integer-like objects, the return value is decrefed immediately before use.
History
Date User Action Args
2016-12-22 05:00:08xiang.zhangsetrecipients: + xiang.zhang, vstinner
2016-12-22 05:00:08xiang.zhangsetmessageid: <1482382808.01.0.0790799966286.issue29044@psf.upfronthosting.co.za>
2016-12-22 05:00:07xiang.zhanglinkissue29044 messages
2016-12-22 05:00:07xiang.zhangcreate