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!
This commit is contained in:
parent
51ac58039f
commit
0e12bcd243
@ -227,7 +227,7 @@ typedef struct _typeobject {
|
||||
PySequenceMethods *tp_as_sequence;
|
||||
PyMappingMethods *tp_as_mapping;
|
||||
|
||||
/* More standard operations (at end for binary compatibility) */
|
||||
/* More standard operations (here for binary compatibility) */
|
||||
|
||||
hashfunc tp_hash;
|
||||
ternaryfunc tp_call;
|
||||
|
Loading…
x
Reference in New Issue
Block a user