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 vstinner
Recipients Mark.Shannon, vstinner
Date 2021-06-21.15:47:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The bpo number is missing from the merged commit, it's:

commit ba2f32a983a08c4f64c23c187432e38908639c12
Author: Mark Shannon <[email protected]>
Date:   Thu Jun 17 16:29:15 2021 +0100

    Do not clear globals or builtins when calling clear() on a frame object. Reverts behavior to that of 3.10 and earlier. (GH-26768)
History
Date User Action Args
2021-06-21 15:47:26vstinnersetrecipients: + vstinner, Mark.Shannon
2021-06-21 15:47:25vstinnersetmessageid: <[email protected]>
2021-06-21 15:47:25vstinnerlinkissue44442 messages
2021-06-21 15:47:25vstinnercreate