[Python-checkins] cpython: slotdefs is no longer sorted.

martin.v.loewis python-checkins at python.org
Sat Jul 26 15:25:17 CEST 2014


http://hg.python.org/cpython/rev/c5d8fae2b125
changeset:   91882:c5d8fae2b125
parent:      91879:68ab2fd81336
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Sat Jul 26 15:25:04 2014 +0200
summary:
  slotdefs is no longer sorted.

files:
  Objects/typeobject.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Objects/typeobject.c b/Objects/typeobject.c
--- a/Objects/typeobject.c
+++ b/Objects/typeobject.c
@@ -6509,7 +6509,7 @@
 }
 
 /* Initialize the slotdefs table by adding interned string objects for the
-   names and sorting the entries. */
+   names. */
 static void
 init_slotdefs(void)
 {

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list