Nick Coghlan <ncogh...@gmail.com> added the comment:

While it does match Christian's original suggestion, I'm not taking the "bytes" 
in the issue title as literally requiring that the feature be implemented as 
operator support on the bytes type (implementing it on memoryview or a new view 
type would likely meet the expressed need just as well).

I'm also not sure why you're continuing to bring up PEP 3118 - C contiguous 
data is already supported in memoryview, so this shouldn't require any new data 
shapes support, it's mainly a question of which manipulations we decide we want 
to offer on viewed data.

----------

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

Reply via email to