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 pitrou
Recipients Arfrever, christian.heimes, georg.brandl, loewis, mark.dickinson, meador.inge, ncoghlan, pitrou, python-dev, skrah, vstinner
Date 2012-08-11.19:59:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344715010.3350.15.camel@localhost.localdomain>
In-reply-to <1344714768.57.0.382120950154.issue15573@psf.upfronthosting.co.za>
Content
Le samedi 11 août 2012 à 19:52 +0000, Nick Coghlan a écrit :
> I'd be happier if the compare-by-value didn't make complete copies of
> the entire array though.

Ditto. If a and b are bytes objects, comparing memoryview(a) and
memoryview(b) should be as cheap as comparing a and b.
History
Date User Action Args
2012-08-11 19:59:33pitrousetrecipients: + pitrou, loewis, georg.brandl, mark.dickinson, ncoghlan, vstinner, christian.heimes, Arfrever, skrah, meador.inge, python-dev
2012-08-11 19:59:33pitroulinkissue15573 messages
2012-08-11 19:59:33pitroucreate