]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-125038: Fix crash after genexpr.gi_frame.f_locals manipulations (GH-125178...
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 23 Oct 2024 13:45:28 +0000 (06:45 -0700)
committerGitHub <noreply@github.com>
Wed, 23 Oct 2024 13:45:28 +0000 (06:45 -0700)
commitbcc7227ef7fd21aa48c8f1c57922e8beced5737c
tree85d0e85eb90a6ff74470d246eb6f0bb89a9f1158
parent5bb0538f6e79acb6d414b7c6c75d3b9a70e9bb6b
[3.13] gh-125038: Fix crash after genexpr.gi_frame.f_locals manipulations (GH-125178) (#125846)

(cherry picked from commit 079875e39589eb0628b5883f7ffa387e7476ec06)

Co-authored-by: Mikhail Efimov <efimov.mikhail@gmail.com>
Lib/test/test_dis.py
Lib/test/test_generators.py
Misc/NEWS.d/next/Core_and_Builtins/2024-10-09-13-53-50.gh-issue-125038.ffSLCz.rst [new file with mode: 0644]
Python/compile.c