mirror of https://github.com/python/cpython
093119e4eb
Issue #29286. Use METH_FASTCALL calling convention instead of METH_VARARGS to parse "boring" position arguments. METH_FASTCALL is faster since it avoids the creation of a temporary tuple to pass positional arguments. Replace PyArg_UnpackTuple() with _PyArg_UnpackStack()+_PyArg_NoStackKeywords(). |
||
---|---|---|
.. | ||
clinic.py | ||
clinic_test.py | ||
cpp.py |