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 vstinner
Recipients David.Edelsohn, christian.heimes, dmalcolm, python-dev, vstinner, zaytsev
Date 2014-01-07.17:25:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389115547.26.0.692668675898.issue20162@psf.upfronthosting.co.za>
In-reply-to
Content
> Python/pyhash.c:413: warning: dereferencing pointer 'pt.32' does break strict-aliasing rules

Attached patch siphash_ppc64.patch should fix this aliasing issue.
History
Date User Action Args
2014-01-07 17:25:47vstinnersetrecipients: + vstinner, christian.heimes, dmalcolm, python-dev, David.Edelsohn, zaytsev
2014-01-07 17:25:47vstinnersetmessageid: <1389115547.26.0.692668675898.issue20162@psf.upfronthosting.co.za>
2014-01-07 17:25:47vstinnerlinkissue20162 messages
2014-01-07 17:25:47vstinnercreate