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 Ramchandra Apte, abarnert, cameron, christian.heimes, cowlicks, georg.brandl, gregory.p.smith, gvanrossum, josh.r, martin.panter, ncoghlan, pitrou, rhettinger, scoder, serhiy.storchaka, socketpair, terry.reedy, vstinner
Date 2018-05-19.08:45:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526719506.34.0.682650639539.issue19251@psf.upfronthosting.co.za>
In-reply-to
Content
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'?
History
Date User Action Args
2018-05-19 08:45:06serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, georg.brandl, rhettinger, terry.reedy, gregory.p.smith, ncoghlan, pitrou, scoder, vstinner, christian.heimes, cameron, socketpair, Ramchandra Apte, martin.panter, abarnert, josh.r, cowlicks
2018-05-19 08:45:06serhiy.storchakasetmessageid: <1526719506.34.0.682650639539.issue19251@psf.upfronthosting.co.za>
2018-05-19 08:45:06serhiy.storchakalinkissue19251 messages
2018-05-19 08:45:06serhiy.storchakacreate