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 vstinner
Recipients Mark.Shannon, davin, pitrou, serhiy.storchaka, vstinner
Date 2018-05-23.09:36:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527068206.6.0.682650639539.issue33612@psf.upfronthosting.co.za>
In-reply-to
Content
The assertion has been added by bpo-25612:

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.
History
Date User Action Args
2018-05-23 09:36:46vstinnersetrecipients: + vstinner, pitrou, Mark.Shannon, serhiy.storchaka, davin
2018-05-23 09:36:46vstinnersetmessageid: <1527068206.6.0.682650639539.issue33612@psf.upfronthosting.co.za>
2018-05-23 09:36:46vstinnerlinkissue33612 messages
2018-05-23 09:36:46vstinnercreate