]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105340: include hidden fast-locals in locals() (#105715)
authorCarl Meyer <carl@oddbird.net>
Wed, 5 Jul 2023 23:05:02 +0000 (17:05 -0600)
committerGitHub <noreply@github.com>
Wed, 5 Jul 2023 23:05:02 +0000 (17:05 -0600)
commit104d7b760fed18055e4f04e5da3ca619e28bfc81
treea193506aff9bf86f46c51db47cd6cd9d74875714
parent838406b4fc044c0b2f397c23275c69f16a76205b
gh-105340: include hidden fast-locals in locals() (#105715)

* gh-105340: include hidden fast-locals in locals()
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