mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Cleanups and documentation updates related to the removal of unbound methods.
This commit is contained in:
parent
4e30a845b4
commit
05a2fc2274
3 changed files with 8 additions and 23 deletions
|
|
@ -23,7 +23,6 @@ PyAPI_FUNC(PyObject *) PyMethod_New(PyObject *, PyObject *);
|
|||
|
||||
PyAPI_FUNC(PyObject *) PyMethod_Function(PyObject *);
|
||||
PyAPI_FUNC(PyObject *) PyMethod_Self(PyObject *);
|
||||
PyAPI_FUNC(PyObject *) PyMethod_Class(PyObject *);
|
||||
|
||||
/* Macros for direct access to these values. Type checks are *not*
|
||||
done, so use with care. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue