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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15635>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to