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 python-dev
Recipients benjamin.peterson, martin.panter, ncoghlan, pitrou, python-dev
Date 2011-08-20.12:20:46
SpamBayes Score 0.0013406188
Marked as misclassified No
Message-id <E1QukXd-0002yx-NZ@dinsdale.python.org>
In-reply-to
Content
New changeset 867ce75b885c by Antoine Pitrou in branch '3.2':
Issue #12791: Break reference cycles early when a generator exits with an exception.
http://hg.python.org/cpython/rev/867ce75b885c

New changeset 7d390c3a83c6 by Antoine Pitrou in branch 'default':
Issue #12791: Break reference cycles early when a generator exits with an exception.
http://hg.python.org/cpython/rev/7d390c3a83c6
History
Date User Action Args
2011-08-20 12:20:47python-devsetrecipients: + python-dev, ncoghlan, pitrou, benjamin.peterson, martin.panter
2011-08-20 12:20:46python-devlinkissue12791 messages
2011-08-20 12:20:46python-devcreate