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.

作者 serhiy.storchaka
收信人 amaury.forgeotdarc, nadeem.vawda, serhiy.storchaka
日期 2012-10-28.18:10:38
SpamBayes Score -1.0
Marked as misclassified
Message-id <1351447838.67.0.342536403251.issue16350@psf.upfronthosting.co.za>
In-reply-to
内容
Actually the current code contains a bug.  If memory allocation for unused_data fails then unused_data will become NULL and using this properties can crash.  The patch fixes this.
历史
日期 用户 动作 参数
2012-10-28 18:10:38serhiy.storchaka修改recipients: + serhiy.storchaka, amaury.forgeotdarc, nadeem.vawda
2012-10-28 18:10:38serhiy.storchaka修改messageid: <1351447838.67.0.342536403251.issue16350@psf.upfronthosting.co.za>
2012-10-28 18:10:38serhiy.storchaka链接issue16350 messages
2012-10-28 18:10:38serhiy.storchaka创建