Victor Stinner d873572095 Add _PyObject_FastCallKeywords()
Issue #27830: Add _PyObject_FastCallKeywords(): avoid the creation of a
temporary dictionary for keyword arguments.

Other changes:

* Cleanup call_function() and fast_function() (ex: rename nk to nkwargs)
* Remove now useless do_call(), replaced with _PyObject_FastCallKeywords()
2016-09-09 12:36:44 -07:00
..
2016-09-07 09:26:18 -07:00
2016-09-09 12:36:44 -07:00
2016-09-06 10:46:49 -07:00
2016-01-26 00:40:57 +01:00
2016-09-06 10:46:49 -07: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-06 10:46:49 -07:00
2016-09-06 16:33:52 -07:00

Miscellaneous source files for the main Python shared library