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-04.07:50:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588578607.04.0.459034261005.issue29587@roundup.psfhosted.org>
In-reply-to
Content
Since none of you are subscribed to the other issue except for Nathaniel, I thought I'd let you know I also posted a PR to fix another issue he filed similar to this one (but this time about the stack trace being incorrect for `gen.throw()` in certain circumstances): https://bugs.python.org/issue29590

That issue is the second of the two issues he cited back in 2017 about `gen.throw()` being broken:
https://vorpus.org/~njs/misc/trio-language-summit-2017.pdf
History
Date User Action Args
2020-05-04 07:50:07chris.jerdoneksetrecipients: + chris.jerdonek, gvanrossum, vstinner, ned.deily, njs, hynek, martin.panter, yselivanov
2020-05-04 07:50:07chris.jerdoneksetmessageid: <1588578607.04.0.459034261005.issue29587@roundup.psfhosted.org>
2020-05-04 07:50:07chris.jerdoneklinkissue29587 messages
2020-05-04 07:50:06chris.jerdonekcreate