]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44525: Specialize ``CALL_FUNCTION`` for C function calls (GH-26934)
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Tue, 19 Oct 2021 23:16:36 +0000 (07:16 +0800)
committerGitHub <noreply@github.com>
Tue, 19 Oct 2021 23:16:36 +0000 (00:16 +0100)
commit3163e68c342434db37c69669017f96a4bb2d5f13
treec3a42ae0839c533db3fac33d6005b7a1d7bf5e78
parent3592980f9122ab0d9ed93711347742d110b749c2
bpo-44525: Specialize ``CALL_FUNCTION`` for C function calls (GH-26934)
Include/internal/pycore_code.h
Include/opcode.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2021-06-28-22-23-59.bpo-44525.sSvUKG.rst [new file with mode: 0644]
Python/ceval.c
Python/opcode_targets.h
Python/specialize.c