]> granicus.if.org Git - python/commit
_PyObject_FastCallKeywords() now calls directly tp_call
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 6 Dec 2016 23:37:38 +0000 (00:37 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 6 Dec 2016 23:37:38 +0000 (00:37 +0100)
commitf2d568ff954741c482c64611b164f1506ee9cbe9
tree99dd2cb0e93ddb0fcf6b2838427ecf5e0ffa906c
parenteae4357871850da992a30deeece6bf4c78efc3f8
_PyObject_FastCallKeywords() now calls directly tp_call

_PyObject_FastCallKeywords() doesn't call _PyObject_FastCallDict() anymore:
call directly tp_call.
Objects/abstract.c