]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-148973: fix segfault on mismatch between consts size and oparg in compiler...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 25 Apr 2026 12:53:42 +0000 (14:53 +0200)
committerGitHub <noreply@github.com>
Sat, 25 Apr 2026 12:53:42 +0000 (13:53 +0100)
commit8acb98a1c269cf34a421faed1ee3e2c78e98e2bd
tree1305645e2050d17c08322d666ae9c86ff3f4ddfd
parent89f44ac4229e41efc6cbe36f82f66f2f8f58ba2f
[3.14] gh-148973: fix segfault on mismatch between consts size and oparg in compiler (GH-148974) (#148980)

gh-148973: fix segfault on mismatch between consts size and oparg in compiler (GH-148974)
(cherry picked from commit c650b51c32f92563f3319bb25c64ca2d2dc05ec0)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/test/test_peepholer.py
Modules/_testinternalcapi.c
Modules/clinic/_testinternalcapi.c.h
Python/compile.c
Python/flowgraph.c