]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Do not clear globals or builtins when calling clear() on a frame object. Reverts...
authorMark Shannon <mark@hotpy.org>
Thu, 17 Jun 2021 15:29:15 +0000 (16:29 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Jun 2021 15:29:15 +0000 (16:29 +0100)
commitba2f32a983a08c4f64c23c187432e38908639c12
tree763162a1c78421ea2909d142c73595613f6eba50
parent00710e6346fd2394aa020b2dfae170093effac98
Do not clear globals or builtins when calling clear() on a frame object. Reverts behavior to that of 3.10 and earlier. (GH-26768)
Lib/test/test_frame.py
Objects/frameobject.c