slotdefs is no longer sorted.

This commit is contained in:
Martin v. Löwis 2014-07-26 15:25:04 +02:00
parent 011428e168
commit 5b5615006c
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{