Commit 5b561500 authored by Martin v. Löwis's avatar Martin v. Löwis

slotdefs is no longer sorted.

parent 011428e1
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment