mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue