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 minhrau, xiang.zhang
Date 2016-09-06.04:58:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473137887.85.0.300151514577.issue27963@psf.upfronthosting.co.za>
In-reply-to
Content
Ooh, I treat dereference as decref, sorry. Then I think it may happen when there is not enough memory. But your patch is not complete, at least you should Py_DECREF(result). But this function may need more care since the malloc failure in it will alter states.
History
Date User Action Args
2016-09-06 04:58:07xiang.zhangsetrecipients: + xiang.zhang, minhrau
2016-09-06 04:58:07xiang.zhangsetmessageid: <1473137887.85.0.300151514577.issue27963@psf.upfronthosting.co.za>
2016-09-06 04:58:07xiang.zhanglinkissue27963 messages
2016-09-06 04:58:07xiang.zhangcreate