]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105340: include hidden fast-locals in locals() (GH-105715) (#106470)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Jul 2023 23:31:37 +0000 (16:31 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Jul 2023 23:31:37 +0000 (23:31 +0000)
commitbb17e6f5de2bca85746a06d504029f90e85e3892
tree826075fb8af05894f14c348b1ac2c9f7041bb2dd
parenta49a29f22bcc39376e760823ec512df831d2e828
[3.12] gh-105340: include hidden fast-locals in locals() (GH-105715) (#106470)

gh-105340: include hidden fast-locals in locals() (GH-105715)

* gh-105340: include hidden fast-locals in locals()
(cherry picked from commit 104d7b760fed18055e4f04e5da3ca619e28bfc81)

Co-authored-by: Carl Meyer <carl@oddbird.net>
Include/internal/pycore_ceval.h
Include/internal/pycore_frame.h
Lib/test/test_listcomps.py
Misc/NEWS.d/next/Core and Builtins/2023-06-12-16-38-31.gh-issue-105340._jRHXe.rst [new file with mode: 0644]
Objects/frameobject.c
Objects/object.c
Python/bltinmodule.c
Python/ceval.c