[issue19251] bitwise ops for bytes of equal length

Nick Coghlan report at bugs.python.org
Sat May 19 08:47:04 EDT 2018


Nick Coghlan <ncoghlan at 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 <report at bugs.python.org>
<https://bugs.python.org/issue19251>
_______________________________________


More information about the Python-bugs-list mailing list