[issue46090] C extensions can't swap out live frames anymore

Guido van Rossum report at bugs.python.org
Fri Dec 17 16:38:16 EST 2021


Guido van Rossum <guido at python.org> added the comment:

A thread without a frame looks like a natural end case when you consider the frames as a linked list. Could it be that exec()/eval() run in the current frame, and if there isn't a frame, they refuse to run? (Sorry, I don't recall anything more specific without going hunting through old code.)

----------

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


More information about the Python-bugs-list mailing list