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 abukaj, benjamin.peterson, doko, python-dev, serhiy.storchaka, vstinner
Date 2014-10-04.07:43:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412408595.48.0.0157135617187.issue22526@psf.upfronthosting.co.za>
In-reply-to
Content
Test should be marked with dry_run=False, otherwise it is false passed. Allocation of growing buffer needs extra memory, in my experiments memuse=2.5 is enough. And I think this test should require the largefile resource. Here is a patch. It also significantly speeds up a test on Linux.
History
Date User Action Args
2014-10-04 07:43:15serhiy.storchakasetrecipients: + serhiy.storchaka, doko, vstinner, benjamin.peterson, python-dev, abukaj
2014-10-04 07:43:15serhiy.storchakasetmessageid: <1412408595.48.0.0157135617187.issue22526@psf.upfronthosting.co.za>
2014-10-04 07:43:15serhiy.storchakalinkissue22526 messages
2014-10-04 07:43:15serhiy.storchakacreate