mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
PyMethodObject(): Update the comment about im_class based upon a
conversation with Robin Dunn in SF patch #490402.
This commit is contained in:
parent
8b7bb7a0f2
commit
301d0f89bb
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ typedef struct {
|
|||
PyObject_HEAD
|
||||
PyObject *im_func; /* The callable object implementing the method */
|
||||
PyObject *im_self; /* The instance it is bound to, or NULL */
|
||||
PyObject *im_class; /* The class that defined the method */
|
||||
PyObject *im_class; /* The class that asked for the method */
|
||||
PyObject *im_weakreflist; /* List of weak references */
|
||||
} PyMethodObject;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue