]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-116468: Use constants instead of `oparg` in stack effects when `oparg` is known...
authorMark Shannon <mark@hotpy.org>
Mon, 11 Mar 2024 09:30:15 +0000 (09:30 +0000)
committerGitHub <noreply@github.com>
Mon, 11 Mar 2024 09:30:15 +0000 (09:30 +0000)
commit4e5df2013fc29ed8bdb71572f1d12ff36e7028d5
tree7e13e821f19e33133bcebf17225808a68a4efda0
parent8d7fde655fbb57e393831b9f30ebba80d6da366f
GH-116468: Use constants instead of `oparg` in stack effects when `oparg` is known to be a constant. (GH-116469)
Include/internal/pycore_opcode_metadata.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_cases.c.h