From 5b5615006cb1a818caf9d21e3190750b9dd99f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 26 Jul 2014 15:25:04 +0200 Subject: [PATCH] slotdefs is no longer sorted. --- Objects/typeobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/typeobject.c b/Objects/typeobject.c index c759204dc00..4f87817984d 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) {