Antoine Pitrou added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15573>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to