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 BreamoreBoy, benjamin.peterson, lukasz.langa, pitrou, python-dev, serhiy.storchaka, twouters, vstinner
Date 2015-03-14.12:14:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426335295.7.0.707722815554.issue14904@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately original logs are not available.

test_unicode_repr_oflw incorrectly declares required memory usage. It declares only 6.4 GiB, but actually needs 10.4 GiB only on narrow build (and at least 13.4 on wide build).

Proposed patch fixes memuse parameters in test_unicode_repr_oflw and other bigmem tests. It also changes test_unicode_repr_oflw so it no more uses eval(), is much faster, and requires only 5.33 GiB on narrow build (6.67 GiB on wide build) (based on Python 3 tests).

Please test.
History
Date User Action Args
2015-03-14 12:14:55serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, pitrou, vstinner, benjamin.peterson, BreamoreBoy, lukasz.langa, python-dev
2015-03-14 12:14:55serhiy.storchakasetmessageid: <1426335295.7.0.707722815554.issue14904@psf.upfronthosting.co.za>
2015-03-14 12:14:55serhiy.storchakalinkissue14904 messages
2015-03-14 12:14:55serhiy.storchakacreate