Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

I don't understand what relation this issue has with Nick's use case. If you 
need to access separate fields in a binary packed structure, adding support of 
extended PEP 3118 like syntax in memoryview can help you. If you want to to 
alter separate bits, you may need something like a bit array view. If you need 
to change specific physical memory, you need a different view object (maybe 
something in ctypes). But what relation all this have with b'123' ^ b'abc'?

----------

_______________________________________
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