Files
cpython/Include
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-09 12:36:44 -07:00
2016-01-26 00:40:57 +01:00
2013-10-05 16:28:04 -04:00
2016-06-03 22:37:48 -07:00
2016-09-09 12:36:44 -07:00
2015-03-21 09:25:53 +02:00
2015-01-29 14:29:51 +01:00
2015-03-21 09:25:53 +02:00
2016-09-09 10:17:08 -07:00
2014-10-10 11:55:41 +02:00
2016-08-15 22:32:43 -04:00
2016-08-20 08:03:06 +00:00
2016-09-08 09:33:56 -07:00
2016-09-08 09:15:54 -07:00
2016-05-08 14:02:35 +00:00
2016-09-06 10:46:49 -07:00