Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e12bcd

Browse files
committed
Updated comment: in PyTypeObject:
/* More standard operations (at end for binary compatibility) */ should now be: /* More standard operations (here for binary compatibility) */ since they're no longer at the end!
1 parent 51ac580 commit 0e12bcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ typedef struct _typeobject {
227227
PySequenceMethods *tp_as_sequence;
228228
PyMappingMethods *tp_as_mapping;
229229

230-
/* More standard operations (at end for binary compatibility) */
230+
/* More standard operations (here for binary compatibility) */
231231

232232
hashfunc tp_hash;
233233
ternaryfunc tp_call;

0 commit comments

Comments
 (0)