[New-bugs-announce] [issue15291] test_ast leaks memory a lot

Antoine Pitrou report at bugs.python.org
Sun Jul 8 12:18:05 CEST 2012


New submission from Antoine Pitrou <pitrou at free.fr>:

On the default branch, if you run test_ast in a loop:

./python -E -m test -F test_ast

you will see that the process memory use grows very quickly. This doesn't happen on 3.2.
I'm not a Valgrind expert so perhaps someone else can take a look. Otherwise I'll try to bisect.

----------
components: Interpreter Core
messages: 164992
nosy: neologix, pitrou, skrah
priority: critical
severity: normal
status: open
title: test_ast leaks memory a lot
type: resource usage
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15291>
_______________________________________


More information about the New-bugs-announce mailing list