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 martin.panter
Recipients Ben Cipollini, Matthew.Brett, martin.panter, nadeem.vawda, serhiy.storchaka, twouters
Date 2015-11-20.08:11:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448007102.78.0.587038406343.issue25626@psf.upfronthosting.co.za>
In-reply-to
Content
Actually it did make an existing bug a bit worse. The bug is triggered with valid sizes greater than LONG_MAX, due to an exception not being cleared, and my change made this bug more dramatic, turning the OverflowError into a crash. This new patch should fix that.

I’m now looking at adding the other tests that require allocating lots of memory.
History
Date User Action Args
2015-11-20 08:11:43martin.pantersetrecipients: + martin.panter, twouters, nadeem.vawda, serhiy.storchaka, Matthew.Brett, Ben Cipollini
2015-11-20 08:11:42martin.pantersetmessageid: <1448007102.78.0.587038406343.issue25626@psf.upfronthosting.co.za>
2015-11-20 08:11:42martin.panterlinkissue25626 messages
2015-11-20 08:11:42martin.pantercreate