mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
![]() 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 |