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 Mark.Shannon
Recipients Mark.Shannon, hroncok, ned.deily, serhiy.storchaka, vstinner, yselivanov
Date 2018-07-01.09:04:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530435877.59.0.56676864532.issue33996@psf.upfronthosting.co.za>
In-reply-to
Content
This looks like a Greenlet bug to me.
Possibly https://github.com/python-greenlet/greenlet/commit/780a12b51fcef9adcc4f2c9a4cc5b05c2d652ba4 is incomplete.

It is not clear to me why greenlets hold their own exception state, but I suspect that if they didn't then this issue might go away.
History
Date User Action Args
2018-07-01 09:04:37Mark.Shannonsetrecipients: + Mark.Shannon, vstinner, ned.deily, serhiy.storchaka, yselivanov, hroncok
2018-07-01 09:04:37Mark.Shannonsetmessageid: <1530435877.59.0.56676864532.issue33996@psf.upfronthosting.co.za>
2018-07-01 09:04:37Mark.Shannonlinkissue33996 messages
2018-07-01 09:04:37Mark.Shannoncreate