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 stestagg
Recipients stestagg, xxm
Date 2020-12-28.19:32:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609183980.66.0.656340237846.issue42762@roundup.psfhosted.org>
In-reply-to
Content
Behaviour was changed in this commit:
---
commit ae3087c6382011c47db82fea4d05f8bbf514265d
Author: Mark Shannon <mark@hotpy.org>
Date:   Sun Oct 22 22:41:51 2017 +0100

    Move exc state to generator. Fixes bpo-25612 (#1773)

    Move exception state information from frame objects to coroutine (generator/thread) object where it belongs.

---

I'm honestly not sure that the older behaviour was 'better' than current.  But I don't know the defined behaviours well enough to be certain
History
Date User Action Args
2020-12-28 19:33:00stestaggsetrecipients: + stestagg, xxm
2020-12-28 19:33:00stestaggsetmessageid: <1609183980.66.0.656340237846.issue42762@roundup.psfhosted.org>
2020-12-28 19:33:00stestagglinkissue42762 messages
2020-12-28 19:32:59stestaggcreate