]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125038: Fix crash after genexpr.gi_frame.f_locals manipulations (#125178)
authorMikhail Efimov <efimov.mikhail@gmail.com>
Tue, 22 Oct 2024 16:00:25 +0000 (19:00 +0300)
committerGitHub <noreply@github.com>
Tue, 22 Oct 2024 16:00:25 +0000 (09:00 -0700)
commit079875e39589eb0628b5883f7ffa387e7476ec06
treea1cdeca4fa197debfaed79c2a8f309572d644b93
parent91ddde4af0c3031c84a967bcf59f6fb4f8a48c0d
gh-125038: Fix crash after genexpr.gi_frame.f_locals manipulations (#125178)
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/codegen.c