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 flox
Recipients flox
Date 2012-08-13.09:25:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344849931.31.0.449386115809.issue15635@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

I noticed a large memory consumption in my application.
I tracked it down to be a problem with garbage collection of generator locals.

The issue was noticed in 2.6 first. Then I reproduced it in 2.7.
The test case finds some leak in 3.3 too, it seems.
History
Date User Action Args
2012-08-13 09:25:31floxsetrecipients: + flox
2012-08-13 09:25:31floxsetmessageid: <1344849931.31.0.449386115809.issue15635@psf.upfronthosting.co.za>
2012-08-13 09:25:30floxlinkissue15635 messages
2012-08-13 09:25:30floxcreate