]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148973: fix segfault on mismatch between consts size and oparg in compiler (#148974)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sat, 25 Apr 2026 09:47:41 +0000 (10:47 +0100)
committerGitHub <noreply@github.com>
Sat, 25 Apr 2026 09:47:41 +0000 (10:47 +0100)
commitc650b51c32f92563f3319bb25c64ca2d2dc05ec0
tree233dc03d58455f10ff1cee049d23b036e4a65ca6
parentdb0ee44b93f766bcd7dcaba24924efc3a065f2d2
gh-148973: fix segfault on mismatch between consts size and oparg in compiler (#148974)
Lib/test/test_peepholer.py
Modules/_testinternalcapi.c
Modules/clinic/_testinternalcapi.c.h
Python/compile.c
Python/flowgraph.c