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 serhiy.storchaka
Recipients benjamin.peterson, christian.heimes, doko, ned.deily, serhiy.storchaka, skrah, vstinner, ztane
Date 2016-09-14.10:16:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473848177.94.0.229186454791.issue28055@psf.upfronthosting.co.za>
In-reply-to
Content
I support Stefan. Just requiring 8-byte align is the easiest solution, but it doesn't work with memoryview without expensive memory allocation and copying.

Look at the FNV code. It supports non-4-byte aligned data, and does it in a safe and efficient way.
History
Date User Action Args
2016-09-14 10:16:17serhiy.storchakasetrecipients: + serhiy.storchaka, doko, vstinner, christian.heimes, benjamin.peterson, ned.deily, skrah, ztane
2016-09-14 10:16:17serhiy.storchakasetmessageid: <1473848177.94.0.229186454791.issue28055@psf.upfronthosting.co.za>
2016-09-14 10:16:17serhiy.storchakalinkissue28055 messages
2016-09-14 10:16:17serhiy.storchakacreate