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 chris.jerdonek
Recipients chris.jerdonek, gvanrossum, hynek, martin.panter, ned.deily, njs, vstinner, yselivanov
Date 2020-05-13.23:18:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589411910.99.0.843939215015.issue29587@roundup.psfhosted.org>
In-reply-to
Content
New changeset 75cd8e48c62c97fdb9d9a94fd2335be06084471d by Chris Jerdonek in branch 'master':
bpo-29587: Make gen.throw() chain exceptions with yield from (GH-19858)
https://github.com/python/cpython/commit/75cd8e48c62c97fdb9d9a94fd2335be06084471d
History
Date User Action Args
2020-05-13 23:18:31chris.jerdoneksetrecipients: + chris.jerdonek, gvanrossum, vstinner, ned.deily, njs, hynek, martin.panter, yselivanov
2020-05-13 23:18:30chris.jerdoneksetmessageid: <1589411910.99.0.843939215015.issue29587@roundup.psfhosted.org>
2020-05-13 23:18:30chris.jerdoneklinkissue29587 messages
2020-05-13 23:18:30chris.jerdonekcreate