]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] GH-120097: Make FrameLocalsProxy a mapping (GH-120101) (GH-120749)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 Aug 2024 09:26:03 +0000 (11:26 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Aug 2024 09:26:03 +0000 (10:26 +0100)
commit95b4f9c9ad3d7a13442a6874bbcf3683d17723dc
tree27bf3987d32fd00a78c5f00e313be97ca5bbb306
parentfda8aec625d5be02ebb1c67fad89db85fa1f4f12
[3.13] GH-120097: Make FrameLocalsProxy a mapping (GH-120101) (GH-120749)

Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>
Lib/_collections_abc.py
Lib/test/test_frame.py
Misc/NEWS.d/next/Core and Builtins/2024-06-05-10-32-44.gh-issue-120097.9S2klk.rst [new file with mode: 0644]
Objects/frameobject.c