[issue25462] Avoid repeated hash calculation in C implementation of OrderedDict

Roundup Robot report at bugs.python.org
Fri Nov 13 08:19:12 EST 2015


Roundup Robot added the comment:

New changeset 52ff0c00a404 by Serhiy Storchaka in branch '3.5':
Issue #25462: The hash of the key now is calculated only once in most
https://hg.python.org/cpython/rev/52ff0c00a404

New changeset 828c9b920532 by Serhiy Storchaka in branch 'default':
Issue #25462: The hash of the key now is calculated only once in most
https://hg.python.org/cpython/rev/828c9b920532

----------
nosy: +python-dev

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25462>
_______________________________________


More information about the Python-bugs-list mailing list