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 Mark.Shannon
Recipients Mark.Shannon, vstinner
Date 2021-06-17.11:14:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623928469.97.0.790918455178.issue44442@roundup.psfhosted.org>
In-reply-to
Content
When calling frame.clear(), the globals (and builtins) are cleared.
This is not the case in 3.10. We should restore the 3.10 behavior, as there is no reason not to.


Victor, you've mentioned this problem. Did you have a specific example I can add as a test?
History
Date User Action Args
2021-06-17 11:14:29Mark.Shannonsetrecipients: + Mark.Shannon, vstinner
2021-06-17 11:14:29Mark.Shannonsetmessageid: <1623928469.97.0.790918455178.issue44442@roundup.psfhosted.org>
2021-06-17 11:14:29Mark.Shannonlinkissue44442 messages
2021-06-17 11:14:29Mark.Shannoncreate