From: Martin v. Löwis Date: Sat, 26 Jul 2014 13:25:04 +0000 (+0200) Subject: slotdefs is no longer sorted. X-Git-Tag: v3.5.0a1~1188 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b5615006cb1a818caf9d21e3190750b9dd99f27;p=thirdparty%2FPython%2Fcpython.git slotdefs is no longer sorted. --- diff --git a/Objects/typeobject.c b/Objects/typeobject.c index c759204dc007..4f87817984dc 100644 --- a/Objects/typeobject.c +++ b/Objects/typeobject.c @@ -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) {