This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Jonathan Booth, docs@python, georg.brandl, random832, serhiy.storchaka
Date 2016-04-22.05:22:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461302541.68.0.643379416425.issue26821@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2016-04-22 05:22:21serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, docs@python, random832, Jonathan Booth
2016-04-22 05:22:21serhiy.storchakasetmessageid: <1461302541.68.0.643379416425.issue26821@psf.upfronthosting.co.za>
2016-04-22 05:22:21serhiy.storchakalinkissue26821 messages
2016-04-22 05:22:21serhiy.storchakacreate