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
..
2016-09-07 09:26:18 -07:00
2016-09-06 10:46:49 -07:00
2016-09-09 19:48:47 -07:00
2016-01-26 00:40:57 +01:00
2016-09-09 10:17:08 -07:00
2016-03-23 09:52:13 +01:00
2016-09-09 10:17:08 -07:00
2016-08-07 20:20:33 -07:00
2016-09-09 14:57:58 -07:00
2016-09-06 10:46:49 -07:00
2016-09-06 16:33:52 -07:00
2016-09-09 14:57:58 -07:00

Miscellaneous source files for the main Python shared library