]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-118921: Add `copy()` method for `FrameLocalsProxy` (GH-118923) (#118933)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 10 May 2024 23:15:54 +0000 (01:15 +0200)
committerGitHub <noreply@github.com>
Fri, 10 May 2024 23:15:54 +0000 (23:15 +0000)
commit93ef7aa03c64a97d8615ad3975083392ad07b379
tree78e39cc2ec05fc13af5492d71a4618ddc762df9a
parent7dc9e923d1a33f40b94f535f9ccfdb9894a4ceb0
[3.13] gh-118921: Add `copy()` method for `FrameLocalsProxy` (GH-118923) (#118933)

(cherry picked from commit 35c436186b849f8f2f9fb866c59015c9d034d448)

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
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