Victor Stinner 577e1f8cb4 Add _PyObject_FastCallKeywords()
Issue #27830: Similar to _PyObject_FastCallDict(), but keyword arguments are
also passed in the same C array than positional arguments, rather than being
passed as a Python dict.
2016-08-25 00:29:32 +02:00
..
2016-08-25 00:29:32 +02:00
2016-05-08 14:02:35 +00:00
2016-01-26 00:40:57 +01:00
2016-07-08 16:44:54 -07:00
2016-03-23 09:52:13 +01:00
2016-08-07 20:20:33 -07:00
2016-08-22 18:07:02 +03:00
2016-01-27 00:37:59 +01:00
2015-11-10 12:11:52 +01:00
2016-08-16 18:46:38 +02:00
2016-06-04 05:26:40 +00:00

Miscellaneous source files for the main Python shared library