Re: [pypy-dev] Generator leaks

On Tue, Feb 12, 2013 at 10:14 AM, <pypy-dev-request@python.org> wrote:
Hi pypy-dev (and hi armin :)
Quick question - do we make https://bugs.pypy.org/issue1282 a release blocker? As far as I understand this is a chain-of-destructors scenario. Can we do better than wait N gc.collects? If not, can we fix generators?
Cheers, fijal
Making sure this is fixed would greatly help some of my code. Is it possible to flag these as a chain for collection in a single pass? -Mark

On Thu, Feb 14, 2013 at 11:33 PM, Mark Roberts <wizzat@gmail.com> wrote:
On Tue, Feb 12, 2013 at 10:14 AM, <pypy-dev-request@python.org> wrote:
Hi pypy-dev (and hi armin :)
Quick question - do we make https://bugs.pypy.org/issue1282 a release blocker? As far as I understand this is a chain-of-destructors scenario. Can we do better than wait N gc.collects? If not, can we fix generators?
Cheers, fijal
Making sure this is fixed would greatly help some of my code. Is it possible to flag these as a chain for collection in a single pass?
-Mark
We're working on it (or at least actively thinking)
participants (2)
-
Maciej Fijalkowski
-
Mark Roberts