]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19183: too many tests depend on the sort order of repr().
authorChristian Heimes <christian@cheimes.de>
Wed, 20 Nov 2013 11:49:05 +0000 (12:49 +0100)
committerChristian Heimes <christian@cheimes.de>
Wed, 20 Nov 2013 11:49:05 +0000 (12:49 +0100)
commita5bcd7c0ee65c3b0cf711e69d4fff723eb9673b5
tree59dd81347611e722937a0246d68453a8d7b2e098
parent51324931553d4a1374374de24c5fe7a7a8ac4cb8
Issue #19183: too many tests depend on the sort order of repr().
The bitshift and xor op for 32bit builds has changed the order of hash values.
Python/pyhash.c