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 gvanrossum
Recipients Mark.Shannon, brandtbucher, gvanrossum, jmadden, pablogsal
Date 2021-12-17.21:38:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639777096.32.0.177897467653.issue46090@roundup.psfhosted.org>
In-reply-to
Content
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.)
History
Date User Action Args
2021-12-17 21:38:16gvanrossumsetrecipients: + gvanrossum, Mark.Shannon, jmadden, pablogsal, brandtbucher
2021-12-17 21:38:16gvanrossumsetmessageid: <1639777096.32.0.177897467653.issue46090@roundup.psfhosted.org>
2021-12-17 21:38:16gvanrossumlinkissue46090 messages
2021-12-17 21:38:16gvanrossumcreate