New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15291>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to