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 ezio.melotti, michael.foord, pitrou, serhiy.storchaka, vstinner
Date 2015-04-01.11:30:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427887841.84.0.393130432881.issue23839@psf.upfronthosting.co.za>
In-reply-to
Content
Some caches can grow unlimitedly during running the testsuite (in particular linecache). On some machines with limited resources this can cause multiple MemoryErrors. Many of these MemoryErrors can be avoided if clear caches between tests. Lib/test/regrtest.py already contains a code for cleaning caches, but it is used only with the -R option.
History
Date User Action Args
2015-04-01 11:30:41serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, ezio.melotti, michael.foord
2015-04-01 11:30:41serhiy.storchakasetmessageid: <1427887841.84.0.393130432881.issue23839@psf.upfronthosting.co.za>
2015-04-01 11:30:41serhiy.storchakalinkissue23839 messages
2015-04-01 11:30:41serhiy.storchakacreate