]> granicus.if.org Git - python/commit
_PyFunction_FastCallDict() supports keyword args
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 22 Aug 2016 21:15:44 +0000 (23:15 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 22 Aug 2016 21:15:44 +0000 (23:15 +0200)
commitb9009391868f739f4ddf09fa04061f6af05228b3
tree984b506935ee9ce653cc7dd1268934e412639dac
parent559bb6a71399af3b1b2a0ba97230d2bcc649e993
_PyFunction_FastCallDict() supports keyword args

Issue #27809:

* Rename _PyFunction_FastCall() to _PyFunction_FastCallDict()
* Rename _PyCFunction_FastCall() to _PyCFunction_FastCallDict()
*  _PyFunction_FastCallDict() now supports keyword arguments
Include/funcobject.h
Include/methodobject.h
Objects/abstract.c
Objects/methodobject.c
Python/ceval.c