mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
f0ccbbbc57
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