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, pitrou, python-dev, serhiy.storchaka
Date 2013-10-27.01:52:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382838774.1.0.452443584322.issue19183@psf.upfronthosting.co.za>
In-reply-to
Content
Nick, can you do another review? All tests should pass on common boxes.

The latest code hides the struct with the hash function. I have added a configure block that detects platforms that don't support unaligned memory access. It works correctly on the SPARC Solaris 10 box.

I'm still looking for a 64bit big endian box and a 32bit big endian box that support unaligned memory.
History
Date User Action Args
2013-10-27 01:52:54christian.heimessetrecipients: + christian.heimes, ncoghlan, pitrou, python-dev, serhiy.storchaka
2013-10-27 01:52:54christian.heimessetmessageid: <1382838774.1.0.452443584322.issue19183@psf.upfronthosting.co.za>
2013-10-27 01:52:54christian.heimeslinkissue19183 messages
2013-10-27 01:52:53christian.heimescreate