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, benjamin.peterson, ezio.melotti, pkt, python-dev, serhiy.storchaka, vstinner
Date 2015-04-03.12:46:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428065167.15.0.443358254003.issue22643@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps adding bigmemtest is not worth if memory requirements are less than 1 GiB. But I would separate the creating of long tested string and the calling of case converting method, so we will sure what operation is failed. Proposed patch skips the test if can't create needed string and clean locals, so failing test_case_operation_overflow no longer causes multiple MemoryErrors in following tests.
History
Date User Action Args
2015-04-03 12:46:07serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, benjamin.peterson, ezio.melotti, Arfrever, python-dev, pkt
2015-04-03 12:46:07serhiy.storchakasetmessageid: <1428065167.15.0.443358254003.issue22643@psf.upfronthosting.co.za>
2015-04-03 12:46:07serhiy.storchakalinkissue22643 messages
2015-04-03 12:46:06serhiy.storchakacreate