mirror of
https://github.com/python/cpython.git
synced 2026-05-16 17:38:22 -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