Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
9740a9ff
Commit
9740a9ff
authored
Dec 07, 2001
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PyMethodObject(): Update the comment about im_class based upon a
conversation with Robin Dunn in SF patch #490402.
parent
7151da0a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Include/classobject.h
Include/classobject.h
+1
-1
No files found.
Include/classobject.h
View file @
9740a9ff
...
@@ -31,7 +31,7 @@ typedef struct {
...
@@ -31,7 +31,7 @@ typedef struct {
PyObject_HEAD
PyObject_HEAD
PyObject
*
im_func
;
/* The callable object implementing the method */
PyObject
*
im_func
;
/* The callable object implementing the method */
PyObject
*
im_self
;
/* The instance it is bound to, or NULL */
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 */
PyObject
*
im_weakreflist
;
/* List of weak references */
}
PyMethodObject
;
}
PyMethodObject
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment