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 Michael.Felt, serhiy.storchaka
Date 2018-01-12.22:48:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515797312.96.0.467229070634.issue32542@psf.upfronthosting.co.za>
In-reply-to
Content
Issue25582 fixed a memory leak. If run the tests repeatedly every iteration leaked 100 MB of memory. If you get a MemoryError with a single iteration, this means that your machine just doesn't have enough memory for tests. Tests require around 500-600MB of memory on 32-bit platform.
History
Date User Action Args
2018-01-12 22:48:32serhiy.storchakasetrecipients: + serhiy.storchaka, Michael.Felt
2018-01-12 22:48:32serhiy.storchakasetmessageid: <1515797312.96.0.467229070634.issue32542@psf.upfronthosting.co.za>
2018-01-12 22:48:32serhiy.storchakalinkissue32542 messages
2018-01-12 22:48:32serhiy.storchakacreate