]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44525: Specialize simple Python calls. (GH-29033)
authorMark Shannon <mark@hotpy.org>
Wed, 20 Oct 2021 15:08:28 +0000 (16:08 +0100)
committerGitHub <noreply@github.com>
Wed, 20 Oct 2021 15:08:28 +0000 (16:08 +0100)
commit8863a0fcc5f04ab7c3428e713917831f9b1deb18
tree767ba3053bb4093e6557a01ddb82cf3104dc702e
parent8d6740f489fca67a44de165d29d9e0ad86285779
bpo-44525: Specialize simple Python calls. (GH-29033)
Include/internal/pycore_code.h
Include/opcode.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2021-10-20-11-57-31.bpo-44525.veL4lJ.rst [new file with mode: 0644]
Python/ceval.c
Python/opcode_targets.h
Python/specialize.c