Files
cpython/Objects
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-02 12:12:23 +02:00
2016-09-09 12:36:44 -07:00
2016-09-07 09:26:18 -07:00
2016-09-07 09:26:18 -07:00
2016-08-21 17:43:58 +10:00
2016-09-07 14:12:36 -07:00
2016-09-07 17:40:12 -07:00
2016-09-07 09:26:18 -07:00

Source files for various builtin objects