• Victor Stinner's avatar
    Uniformize argument names of "call" functions · 2d0eb65f
    Victor Stinner yazdı
    Issue #28838: Rename parameters of the "calls" functions of the Python C API.
    
    * Rename 'callable_object' and 'func' to 'callable': any Python callable object
      is accepted, not only Python functions
    * Rename 'method' and 'nameid' to 'name' (method name)
    * Rename 'o' to 'obj'
    * Move, fix and update documentation of PyObject_CallXXX() functions
      in abstract.h
    * Update also the documentaton of the C API (update parameter names)
    2d0eb65f
Adı
Son kayıt (commit)
Son güncelleme
..
c-api Loading commit data...
data Loading commit data...
distributing Loading commit data...
distutils Loading commit data...
extending Loading commit data...
faq Loading commit data...
howto Loading commit data...
includes Loading commit data...
install Loading commit data...
installing Loading commit data...
library Loading commit data...
reference Loading commit data...
tools Loading commit data...
tutorial Loading commit data...
using Loading commit data...
whatsnew Loading commit data...
Makefile Loading commit data...
README.txt Loading commit data...
about.rst Loading commit data...
bugs.rst Loading commit data...
conf.py Loading commit data...
contents.rst Loading commit data...
copyright.rst Loading commit data...
glossary.rst Loading commit data...
license.rst Loading commit data...
make.bat Loading commit data...