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 ncoghlan, pitrou, python-dev, scoder
Date 2015-04-26.16:49:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150426164946.21335.20915@psf.io>
In-reply-to
Content
New changeset 15c80f63ea1c by Antoine Pitrou in branch '3.4':
Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception.  Patch by Stefan Behnel.
https://hg.python.org/cpython/rev/15c80f63ea1c

New changeset 9d0c6c66b0ac by Antoine Pitrou in branch 'default':
Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception.  Patch by Stefan Behnel.
https://hg.python.org/cpython/rev/9d0c6c66b0ac
History
Date User Action Args
2015-04-26 16:49:49python-devsetrecipients: + python-dev, ncoghlan, pitrou, scoder
2015-04-26 16:49:49python-devlinkissue23996 messages
2015-04-26 16:49:49python-devcreate