[issue8420] Objects/setobject.c contains unsafe code

Raymond Hettinger report at bugs.python.org
Tue Mar 22 18:37:33 CET 2011


Raymond Hettinger <raymond.hettinger at 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 <report at bugs.python.org>
<http://bugs.python.org/issue8420>
_______________________________________


More information about the Python-bugs-list mailing list