[issue44442] Globals (and presumably builtins) are cleared premuturely in FrameObject

STINNER Victor report at bugs.python.org
Mon Jun 21 11:47:25 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

The bpo number is missing from the merged commit, it's:

commit ba2f32a983a08c4f64c23c187432e38908639c12
Author: Mark Shannon <mark at hotpy.org>
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)

----------

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


More information about the Python-bugs-list mailing list