[issue33612] Assertion failure in PyThreadState_Clear

STINNER Victor report at bugs.python.org
Wed May 23 05:36:46 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

The assertion has been added by bpo-25612:

commit ae3087c6382011c47db82fea4d05f8bbf514265d
Author: Mark Shannon <mark at 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33612>
_______________________________________


More information about the Python-bugs-list mailing list