[issue22851] core crashes

eryksun report at bugs.python.org
Wed Nov 12 12:38:14 CET 2014


eryksun added the comment:

This is related to the fix for issue 14432. gen_send_ex sets f->f_tstate to NULL, so PyFrame_IsRestricted segfaults: 

    #define PyFrame_IsRestricted(f) \
        ((f)->f_builtins != (f)->f_tstate->interp->builtins)

----------
nosy: +eryksun

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22851>
_______________________________________


More information about the Python-bugs-list mailing list