[New-bugs-announce] [issue15635] memory leak with generators

Florent Xicluna report at bugs.python.org
Mon Aug 13 11:25:31 CEST 2012


New submission from Florent Xicluna:

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.

----------
components: Interpreter Core
files: testiterbug.py
messages: 168072
nosy: flox
priority: normal
severity: normal
status: open
title: memory leak with generators
type: resource usage
versions: Python 2.7, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file26779/testiterbug.py

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


More information about the New-bugs-announce mailing list