]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
slotdefs is no longer sorted.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 26 Jul 2014 13:25:04 +0000 (15:25 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 26 Jul 2014 13:25:04 +0000 (15:25 +0200)
Objects/typeobject.c

index c759204dc007eb88e3881f6897d2ff3bfeff8688..4f87817984dc86d2df3f232b99e26b91c1b7fbb7 100644 (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)
 {