]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-90690: Remove `PRECALL` instruction (GH-92925)
authorMark Shannon <mark@hotpy.org>
Thu, 19 May 2022 10:05:26 +0000 (11:05 +0100)
committerGitHub <noreply@github.com>
Thu, 19 May 2022 10:05:26 +0000 (11:05 +0100)
commite48ac9c1003c3816198cbfb6132a995150f9b048
treebfe576152225f7f05da1506bbf1ca31f211823e9
parent41638967a0e0bf1114c9bba9454d081605b49009
GH-90690: Remove `PRECALL` instruction (GH-92925)
14 files changed:
Doc/library/dis.rst
Include/internal/pycore_code.h
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_compile.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2022-05-18-12-55-35.gh-issue-90690.TKuoTa.rst [new file with mode: 0644]
Programs/test_frozenmain.h
Python/ceval.c
Python/compile.c
Python/opcode_targets.h
Python/specialize.c