]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136492: Add `FrameLocalsProxyType` to `types` (GH-136546)
authorPeter Bierma <zintensitydev@gmail.com>
Sun, 20 Jul 2025 18:49:00 +0000 (20:49 +0200)
committerGitHub <noreply@github.com>
Sun, 20 Jul 2025 18:49:00 +0000 (20:49 +0200)
commit8f59fbb082a4d64619aeededc47b3b45212d2341
tree8e1b07233543a768bdb08ed1e202ebb22715fea0
parente24c66d55a4fd2c56017f8f4e1bcb154db4ba50a
gh-136492: Add `FrameLocalsProxyType` to `types` (GH-136546)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/library/types.rst
Doc/whatsnew/3.15.rst
Lib/test/test_inspect/test_inspect.py
Lib/test/test_types.py
Lib/types.py
Misc/NEWS.d/next/Library/2025-07-11-10-23-44.gh-issue-136492.BVi5h0.rst [new file with mode: 0644]
Modules/_typesmodule.c
Objects/frameobject.c