]> granicus.if.org Git - python/commit
Issue #27810: Add _PyCFunction_FastCallKeywords()
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 9 Sep 2016 21:07:44 +0000 (14:07 -0700)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 9 Sep 2016 21:07:44 +0000 (14:07 -0700)
commitae8b69c410b83d92c6c35bbe342c3c2e92be6aa1
treefa8de02f97c6831a0350d18c93e9aba25956187d
parent502893896a6b2b312654e5b5d75398c759d715e1
Issue #27810: Add _PyCFunction_FastCallKeywords()

Use _PyCFunction_FastCallKeywords() in ceval.c: it allows to remove a lot of
code from ceval.c which was only used to call C functions.
Include/abstract.h
Include/methodobject.h
Objects/abstract.c
Objects/methodobject.c
Python/ceval.c