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 pitrou
Recipients Anssi.Kääriäinen, amaury.forgeotdarc, benjamin.peterson, docs@python, gvanrossum, isoschiz, ncoghlan, pitrou, vstinner
Date 2013-04-19.16:25:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366388759.57.0.180530752584.issue17468@psf.upfronthosting.co.za>
In-reply-to
Content
With the advent of yield-based asynchronous programming, it is going to be problematic if a generator caught in a reference cycle can create a memory leak.
History
Date User Action Args
2013-04-19 16:25:59pitrousetrecipients: + pitrou, gvanrossum, amaury.forgeotdarc, ncoghlan, vstinner, benjamin.peterson, docs@python, Anssi.Kääriäinen, isoschiz
2013-04-19 16:25:59pitrousetmessageid: <1366388759.57.0.180530752584.issue17468@psf.upfronthosting.co.za>
2013-04-19 16:25:59pitroulinkissue17468 messages
2013-04-19 16:25:59pitroucreate