]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-148973: fix segfault on mismatch between consts size and oparg in compiler...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sat, 25 Apr 2026 21:59:40 +0000 (22:59 +0100)
committerGitHub <noreply@github.com>
Sat, 25 Apr 2026 21:59:40 +0000 (22:59 +0100)
commit8da3d39c510de81293f39f7e995b540d8c5078df
tree9e0793a97b89fd12bd111ea2699ed0e45a7b5b0a
parentfeafd5f69c5e7cf1bef0ebf9f49bd92d4b34e058
[3.13] gh-148973: fix segfault on mismatch between consts size and oparg in compiler (GH-148974) (#148997)
Lib/test/test_peepholer.py
Python/compile.c
Python/flowgraph.c