This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients abacabadabacaba, eric.araujo, rhettinger
Date 2011-03-22.17:37:32
SpamBayes Score 0.0015203131
Marked as misclassified No
Message-id <1300815453.05.0.56132721598.issue8420@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-03-22 17:37:33rhettingersetrecipients: + rhettinger, eric.araujo, abacabadabacaba
2011-03-22 17:37:33rhettingersetmessageid: <1300815453.05.0.56132721598.issue8420@psf.upfronthosting.co.za>
2011-03-22 17:37:32rhettingerlinkissue8420 messages
2011-03-22 17:37:32rhettingercreate