Patches item #1463867, was opened at 2006-04-03 22:43 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1463867&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core (C code) Group: Python 2.5 Status: Open Resolution: None Priority: 5 Submitted By: Phillip J. Eby (pje) Assigned to: Thomas Wouters (twouters) Summary: Improved generator finalization Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1463867&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
