New submission from Serhiy Storchaka:

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.

----------
components: Tests
messages: 239782
nosy: ezio.melotti, haypo, michael.foord, pitrou, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Clear caches after every test
type: resource usage
versions: Python 2.7, Python 3.4, Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23839>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to