mirror of https://github.com/python/cpython
slotdefs is no longer sorted.
This commit is contained in:
parent
011428e168
commit
5b5615006c
|
@ -6509,7 +6509,7 @@ update_slots_callback(PyTypeObject *type, void *data)
|
|||
}
|
||||
|
||||
/* Initialize the slotdefs table by adding interned string objects for the
|
||||
names and sorting the entries. */
|
||||
names. */
|
||||
static void
|
||||
init_slotdefs(void)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue