]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118921: Add `copy()` method for `FrameLocalsProxy` (#118923)
authorTian Gao <gaogaotiantian@hotmail.com>
Fri, 10 May 2024 22:53:10 +0000 (15:53 -0700)
committerGitHub <noreply@github.com>
Fri, 10 May 2024 22:53:10 +0000 (15:53 -0700)
commit35c436186b849f8f2f9fb866c59015c9d034d448
tree7546150928886fe4527122625682ecc69dd10835
parentb88889e9ffd7b2d2bdac75aecbf14e37fd68e337
gh-118921: Add `copy()` method for `FrameLocalsProxy` (#118923)
Lib/test/test_frame.py
Misc/NEWS.d/next/Core and Builtins/2024-05-10-19-54-18.gh-issue-118921.O4ztZG.rst [new file with mode: 0644]
Objects/frameobject.c