Serhiy Storchaka added the comment:

> I can't get two arrays one int, one byte with the same backing memory where 
> changes to one effect the other

For this case you can use an array or bytearray + memoryview.

I think this issue can be closed.

----------
nosy: +serhiy.storchaka

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

Reply via email to