mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
Issue #27810: * Modify vgetargskeywordsfast() to work on a C array of PyObject* rather than working on a tuple directly. * Add _PyArg_ParseStack() * Argument Clinic now emits code using the new METH_FASTCALL calling convention
Miscellaneous source files for the main Python shared library