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 vstinner
Recipients Arfrever, pkt, python-dev, serhiy.storchaka, vstinner
Date 2014-09-30.13:13:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412082817.02.0.161591652859.issue22518@psf.upfronthosting.co.za>
In-reply-to
Content
> It would be nice to add a bigmem test to check that repr('\x00'*(2**30+1)) doesn't crash anymore.

Ooops, wrong issue, the test is : ("\uffff" * (2**29)).encode("latin1", errors="xmlcharrefreplace").
History
Date User Action Args
2014-09-30 13:13:37vstinnersetrecipients: + vstinner, Arfrever, python-dev, serhiy.storchaka, pkt
2014-09-30 13:13:37vstinnersetmessageid: <1412082817.02.0.161591652859.issue22518@psf.upfronthosting.co.za>
2014-09-30 13:13:37vstinnerlinkissue22518 messages
2014-09-30 13:13:36vstinnercreate