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 pitrou
Recipients neologix, pitrou, skrah
Date 2012-07-08.10:18:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341742685.49.0.71637329292.issue15291@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-07-08 10:18:05pitrousetrecipients: + pitrou, skrah, neologix
2012-07-08 10:18:05pitrousetmessageid: <1341742685.49.0.71637329292.issue15291@psf.upfronthosting.co.za>
2012-07-08 10:18:04pitroulinkissue15291 messages
2012-07-08 10:18:04pitroucreate