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 christian.heimes, gregory.p.smith, jcea, mark.dickinson, pitrou, serhiy.storchaka, skrah, tim.peters
Date 2012-11-11.08:53:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352624027.41.0.809669843254.issue16427@psf.upfronthosting.co.za>
In-reply-to
Content
> Here is a test case for the hash/alignment issue.

I think here should be a test for a shifted data.  Something like hash(b'abcd...') == hash(memoryview(b'xabcd...')[1:]).
History
Date User Action Args
2012-11-11 08:53:47serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, gregory.p.smith, jcea, mark.dickinson, pitrou, christian.heimes, skrah
2012-11-11 08:53:47serhiy.storchakasetmessageid: <1352624027.41.0.809669843254.issue16427@psf.upfronthosting.co.za>
2012-11-11 08:53:47serhiy.storchakalinkissue16427 messages
2012-11-11 08:53:47serhiy.storchakacreate