keyword arguments and faster function calls

This commit is contained in:
Guido van Rossum 1995-07-18 14:21:06 +00:00
parent e15dee5e3c
commit 884afd654a
9 changed files with 38 additions and 32 deletions

View file

@ -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 */