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 njs, pitrou, python-dev, vstinner
Date 2016-03-21.22:45:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458600306.42.0.940364619023.issue26588@psf.upfronthosting.co.za>
In-reply-to
Content
About memory alignment, _Py_HASHTABLE_ENTRY_DATA_AS_VOID_P() macro uses pointer dereference. It may be replaced with _Py_HASHTABLE_ENTRY_READ_DATA() to use memcpy() and avoid memory alignment issue.
History
Date User Action Args
2016-03-21 22:45:06vstinnersetrecipients: + vstinner, pitrou, njs, python-dev
2016-03-21 22:45:06vstinnersetmessageid: <1458600306.42.0.940364619023.issue26588@psf.upfronthosting.co.za>
2016-03-21 22:45:06vstinnerlinkissue26588 messages
2016-03-21 22:45:06vstinnercreate