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 serhiy.storchaka
Recipients Arfrever, Ramchandra Apte, flox, mark.dickinson, neologix, phillies, pitrou, serhiy.storchaka, vstinner
Date 2013-02-09.18:21:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360434100.43.0.547358272357.issue13555@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an updated patch. Fixed two bugs found by Antoine (an inappropriate format and a memory error in bigmemtest), fixed resizing of marks array and one possible integer overflow in write_other(). Used workaround to bypass limitations of cStringIO API.
History
Date User Action Args
2013-02-09 18:21:40serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, pitrou, vstinner, Arfrever, flox, neologix, Ramchandra Apte, phillies
2013-02-09 18:21:40serhiy.storchakasetmessageid: <1360434100.43.0.547358272357.issue13555@psf.upfronthosting.co.za>
2013-02-09 18:21:40serhiy.storchakalinkissue13555 messages
2013-02-09 18:21:40serhiy.storchakacreate