]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44525: Specialize for calls to type and other builtin classes with 1 argument...
authorMark Shannon <mark@hotpy.org>
Wed, 15 Dec 2021 15:03:42 +0000 (15:03 +0000)
committerGitHub <noreply@github.com>
Wed, 15 Dec 2021 15:03:42 +0000 (15:03 +0000)
commit3a60bfef49b3324660a615a8e6d10710e5f669d9
treec0b4dec8daf9f020a68be673c169d88faded0e6a
parentf025ae63dccf96c4a1d781a6438bd9ed1502f0a1
bpo-44525: Specialize for calls to type and other builtin classes with 1 argument. (GH-29942)
Include/opcode.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2021-12-07-11-04-21.bpo-44525.6OWCgr.rst [new file with mode: 0644]
Python/ceval.c
Python/opcode_targets.h
Python/specialize.c