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 python-dev
Recipients Arfrever, alex, josh.r, pitrou, python-dev, r.david.murray, rhettinger, serhiy.storchaka, terry.reedy
Date 2014-05-03.23:41:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3gLn0P6GSLz7Ljd@mail.python.org>
In-reply-to
Content
New changeset 592a57682ced by Raymond Hettinger in branch 'default':
Issue #21101:  Eliminate double hashing in the C code for collections.Counter().
http://hg.python.org/cpython/rev/592a57682ced
History
Date User Action Args
2014-05-03 23:41:26python-devsetrecipients: + python-dev, rhettinger, terry.reedy, pitrou, Arfrever, alex, r.david.murray, serhiy.storchaka, josh.r
2014-05-03 23:41:26python-devlinkissue21101 messages
2014-05-03 23:41:26python-devcreate