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 pje
Recipients
Date 2006-04-03.22:43:11
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch improves generator finalization such that
simple generators (without active try/except/finally
blocks surrounding yield statements) can have their
cycles broken.

Please check to see if this patch improves the leaks
that prompted the request for changing this.  Thanks.
History
Date User Action Args
2007-08-23 15:48:07adminlinkissue1463867 messages
2007-08-23 15:48:07admincreate