Cleanups and documentation updates related to the removal of unbound methods.

This commit is contained in:
Christian Heimes 2007-11-30 22:29:24 +00:00
parent 4e30a845b4
commit 05a2fc2274
3 changed files with 8 additions and 23 deletions

View file

@ -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. */