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 mark.dickinson, martin.panter, rhettinger, tim.peters, xiang.zhang
Date 2016-08-02.04:24:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470111878.79.0.458510068486.issue27662@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for your replies.

I update the patch with PyMem_Calloc. I think it's better than PyMem_Resize since we need to initialize the memory here, there is a memset(op->ob_item, 0, nbytes) below.
History
Date User Action Args
2016-08-02 04:24:38xiang.zhangsetrecipients: + xiang.zhang, tim.peters, rhettinger, mark.dickinson, martin.panter
2016-08-02 04:24:38xiang.zhangsetmessageid: <1470111878.79.0.458510068486.issue27662@psf.upfronthosting.co.za>
2016-08-02 04:24:38xiang.zhanglinkissue27662 messages
2016-08-02 04:24:38xiang.zhangcreate