]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132011: Fix crash on invalid `CALL_LIST_APPEND` deoptimization (#132018)
authorsobolevn <mail@sobolevn.me>
Sun, 6 Apr 2025 16:10:39 +0000 (19:10 +0300)
committerGitHub <noreply@github.com>
Sun, 6 Apr 2025 16:10:39 +0000 (19:10 +0300)
commitc0661df42ad20e488dbfa3e0fec22462833fc3d6
tree1204066148f6a18700ee38b89b43e94062bc77a4
parent42e3a8410b7dbc960b3b7c335f2bbb516c8caf6e
gh-132011: Fix crash on invalid `CALL_LIST_APPEND` deoptimization (#132018)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/test/test_list.py
Misc/NEWS.d/next/Core_and_Builtins/2025-04-02-17-47-14.gh-issue-132011.dNh64H.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h