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 christian.heimes
Recipients christian.heimes, ncoghlan, rhettinger, serhiy.storchaka, vstinner
Date 2013-11-21.23:26:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385076364.61.0.894268754574.issue19681@psf.upfronthosting.co.za>
In-reply-to
Content
Both keys happen to have the same LSB bytes. I have added "print(hash('a') & 7, hash('b') & 7)" to the code and run test tests multiple times:

$ ./python -m test -m test_repr test_functools
[1/1] test_functools
3 6
3 6
1 test OK.
$ ./python -m test -m test_repr test_functools
[1/1] test_functools
2 2
2 2
test test_functools failed -- multiple errors occurred; run in verbose mode for details
1 test failed:
    test_functools
History
Date User Action Args
2013-11-21 23:26:04christian.heimessetrecipients: + christian.heimes, rhettinger, ncoghlan, vstinner, serhiy.storchaka
2013-11-21 23:26:04christian.heimessetmessageid: <1385076364.61.0.894268754574.issue19681@psf.upfronthosting.co.za>
2013-11-21 23:26:04christian.heimeslinkissue19681 messages
2013-11-21 23:26:04christian.heimescreate