[PATCH 00 of 24] PYTHONHASHSEED=random

Mads Kiilerich mads at kiilerich.com
Mon Dec 17 14:17:24 CST 2012


On Mon, Dec 17, 2012 at 9:00 PM, Antoine Pitrou <solipsis at pitrou.net> wrote:

> On Sun, 16 Dec 2012 23:33:55 +0100
> > A more efficient future solution could be to use some kind of sorteddict.
>
> Or an OrderedDict, which is part of the standard library (but written
> in pure Python, hence not as fast and not as small as a plain dict).
>
>
Yes, except that we support 2.4, and we would probably appreciate something
that not only preserved an ordering but also maintained a sorted ordering
while adding new entries.

/Mads
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20121217/5fc3f187/attachment.html>


More information about the Mercurial-devel mailing list