]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-130809: Fix `PyFrame_LocalsToFast` copying the wrong value (#130816)
authorKyle Cutler <67761731+kycutler@users.noreply.github.com>
Tue, 11 Mar 2025 00:27:07 +0000 (17:27 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Mar 2025 00:27:07 +0000 (20:27 -0400)
commit33605da91cfcdb88673892fef1fe2eb6fea2cde2
tree217e3de28fe64c3249dc500ac3a36ab478fb0168
parentfcf1f57d91f69b80f5a89b960c06c4180ed9f3f3
[3.12] gh-130809: Fix `PyFrame_LocalsToFast` copying the wrong value (#130816)

* gh-130809: Fix `PyFrame_LocalsToFast` copying the wrong value

* Skip hidden locals

* test, blurb

* Update Misc/NEWS.d/next/Core_and_Builtins/2025-03-04-12-52-21.gh-issue-130809.fSXq60.rst

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
* Update test

* PR feedback

* formatting

* comment

---------

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Lib/test/test_listcomps.py
Misc/NEWS.d/next/Core_and_Builtins/2025-03-04-12-52-21.gh-issue-130809.fSXq60.rst [new file with mode: 0644]
Objects/frameobject.c