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 BTaskaya, aeros, asvetlov, carltongibson, chris.jerdonek, eamanu, felixxm, yselivanov
Date 2020-05-21.00:50:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590022242.56.0.880798767981.issue40696@roundup.psfhosted.org>
In-reply-to
Content
Okay, I'll keep it one issue then. Someone else is still welcome to work on the more general issue.

Note that there is some chance the narrower fix should happen independent of the more general fix. This is because _PyErr_ChainExceptions() (which is the call I added for the gen.throw() case) doesn't call the code path that we're discussing. Thus, cycles could still wind up being introduced at that call site.
History
Date User Action Args
2020-05-21 00:50:42chris.jerdoneksetrecipients: + chris.jerdonek, asvetlov, yselivanov, eamanu, BTaskaya, aeros, carltongibson, felixxm
2020-05-21 00:50:42chris.jerdoneksetmessageid: <1590022242.56.0.880798767981.issue40696@roundup.psfhosted.org>
2020-05-21 00:50:42chris.jerdoneklinkissue40696 messages
2020-05-21 00:50:41chris.jerdonekcreate