mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
keyword arguments and faster function calls
This commit is contained in:
parent
e15dee5e3c
commit
884afd654a
9 changed files with 38 additions and 32 deletions
|
@ -217,7 +217,7 @@ typedef struct _typeobject {
|
|||
/* More standard operations (at end for binary compatibility) */
|
||||
|
||||
hashfunc tp_hash;
|
||||
binaryfunc tp_call;
|
||||
ternaryfunc tp_call;
|
||||
reprfunc tp_str;
|
||||
|
||||
/* Space for future expansion */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue