Browse Source
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
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()pull/9921/head
12 changed files with 39 additions and 30 deletions
-
17Include/abstract.h
-
2Modules/_elementtree.c
-
2Modules/_functoolsmodule.c
-
6Modules/_pickle.c
-
2Modules/_sre.c
-
12Objects/abstract.c
-
2Objects/fileobject.c
-
2Objects/iterobject.c
-
14Objects/typeobject.c
-
4Python/ceval.c
-
2Python/pythonrun.c
-
4Python/sysmodule.c
Write
Preview
Loading…
Cancel
Save
Reference in new issue