]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 22 Aug 2016 20:48:54 +0000 (22:48 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 22 Aug 2016 20:48:54 +0000 (22:48 +0200)
commit559bb6a71399af3b1b2a0ba97230d2bcc649e993
tree94927374ac025ae249aa487ce4a17df99c3df2d8
parentc98afb7a26ac611a4544c5b8dd445d8ea05e6360
Rename _PyObject_FastCall() to _PyObject_FastCallDict()

Issue #27809:

* Rename _PyObject_FastCall() function to _PyObject_FastCallDict()
* Add _PyObject_FastCall(), _PyObject_CallNoArg() and _PyObject_CallArg1()
  macros calling _PyObject_FastCallDict()
12 files changed:
Include/abstract.h
Modules/_elementtree.c
Modules/_functoolsmodule.c
Modules/_pickle.c
Modules/_sre.c
Objects/abstract.c
Objects/fileobject.c
Objects/iterobject.c
Objects/typeobject.c
Python/ceval.c
Python/pythonrun.c
Python/sysmodule.c