]> granicus.if.org Git - python/commit
Issue #25462: The hash of the key now is calculated only once in most
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 13 Nov 2015 13:18:26 +0000 (15:18 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 13 Nov 2015 13:18:26 +0000 (15:18 +0200)
commit1010921c71f187b2671cec2685e3f85d4ba5ff1c
tree356ae755a5c54bbd7f7fe618fc7a9fb7eba7f497
parentb129007f1c2e4ed1cf3b724189282052a2bba83a
parent19a70e7f5dd3d7eb374c7505ab818db05c045b30
Issue #25462: The hash of the key now is calculated only once in most
operations in C implementation of OrderedDict.
Misc/NEWS