SIGN IN SIGN UP

Emit METH_FASTCALL code in Argument Clinic

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
V
Victor Stinner committed
f0ccbbbc577f686ae5b4ab28a8e61bb524433d2d
Parent: a9efb2f