Guido van Rossum <gu...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue46090>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to