]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47127: Specialize calls for fastcall c methods with keywords (GH-32125)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Sun, 27 Mar 2022 19:53:25 +0000 (01:23 +0530)
committerGitHub <noreply@github.com>
Sun, 27 Mar 2022 19:53:25 +0000 (03:53 +0800)
commit58448cbd96f77ebc6fca1f8030bedc7744eb66ef
treed00882c7385f994ebe49d0a0d240dcd8de1927f3
parent785cc6770588de087d09e89a69110af2542be208
bpo-47127: Specialize calls for fastcall c methods with keywords (GH-32125)

* add PRECALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS
Include/opcode.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2022-03-26-12-21-53.bpo-47127.Mh86RB.rst [new file with mode: 0644]
Python/ceval.c
Python/opcode_targets.h
Python/specialize.c