]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move call specializations from CALL to PRECALL. (GH-31496)
authorMark Shannon <mark@hotpy.org>
Tue, 22 Feb 2022 14:57:01 +0000 (14:57 +0000)
committerGitHub <noreply@github.com>
Tue, 22 Feb 2022 14:57:01 +0000 (14:57 +0000)
commit9058a35558422810061989f41571fdfea7ea8cbe
tree28e96f82e115b8447c12dbb4834eb11229241332
parent1e344684d8d42206858c4eca8ec7950e644f4220
Move call specializations from CALL to PRECALL. (GH-31496)
Include/internal/pycore_code.h
Include/opcode.h
Lib/opcode.py
Python/ceval.c
Python/opcode_targets.h
Python/specialize.c