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 benjamin.peterson, ezio.melotti, pkt, python-dev, serhiy.storchaka, vstinner
Date 2014-10-15.17:46:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4490123.SR987jhSKl@raxxla>
In-reply-to <1413394575.606962.179391397.1C3DE61D@webmail.messagingengine.com>
Content
> It's only 341 MB.

It's 2**32//12*2 ~ 683 MiB for original string (but I'm not sure that non-
ASCII string is needed for this test) + 2**32 = 4GiB if the test will fail for 
some reason. Some buildbots AFAIK have memory less than 683 MiB.
History
Date User Action Args
2014-10-15 17:46:55serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, benjamin.peterson, ezio.melotti, python-dev, pkt
2014-10-15 17:46:55serhiy.storchakalinkissue22643 messages
2014-10-15 17:46:55serhiy.storchakacreate