[pypy-issue] [issue1282] Too much memory consumed (looks like severe memory leak)

Armin Rigo tracker at bugs.pypy.org
Sun Oct 14 12:19:43 CEST 2012


Armin Rigo <armin.rigo at gmail.com> added the comment:

Reproduced with a minimal example: the issue is generators that use "yield"
inside a "try:except:" or "try:finally:".  The attached test2.py consumes large
amounts of memory on PyPy and nothing on CPython.  With the three commented-out
lines enabled, it's even worse (s/large/huge amounts).

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1282>
________________________________________


More information about the pypy-issue mailing list