Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

This looks okay.

On the first lines for set_merge() where there is:
  key = entry->key;
also do:
  hash = entry->key;
so that the two get handled in a parallel fashion.

Thanks for doing the backporting.

----------
assignee: rhettinger -> eric.araujo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8420>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to