cpython/Tools/clinic
Victor Stinner f0ccbbbc57 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
2016-09-09 17:40:38 -07:00
..
clinic.py Emit METH_FASTCALL code in Argument Clinic 2016-09-09 17:40:38 -07:00
clinic_test.py Issue #27626: Spelling fixes in docs, comments and internal names 2016-07-28 01:11:04 +00:00
cpp.py #Issue 20456: Several improvements and bugfixes for Argument Clinic, 2014-01-31 22:03:12 -08:00