mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-47127: Specialize calls for fastcall c methods with keywords (GH-32125)
* add PRECALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS
This commit is contained in:
parent
785cc67705
commit
58448cbd96
6 changed files with 77 additions and 37 deletions
|
@ -294,6 +294,7 @@ _specializations = {
|
|||
"PRECALL_BOUND_METHOD",
|
||||
"PRECALL_BUILTIN_CLASS",
|
||||
"PRECALL_BUILTIN_FAST_WITH_KEYWORDS",
|
||||
"PRECALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS",
|
||||
"PRECALL_NO_KW_BUILTIN_FAST",
|
||||
"PRECALL_NO_KW_BUILTIN_O",
|
||||
"PRECALL_NO_KW_ISINSTANCE",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue