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 Jonathan Booth
Recipients Jonathan Booth, docs@python, random832
Date 2016-04-21.22:25:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461277503.01.0.139322535648.issue26821@psf.upfronthosting.co.za>
In-reply-to
Content
Ugly -- if I know I'm dealing with 4-byte data, I can't just specify 'I' or 'L' because it'll be wrong on some platform? Maybe the bug is really the module's design. Seems I need to look elsewhere for other reasons (array seems to want to copy memory, rather than sharing it, so I can't get two arrays one int, one byte with the same backing memory where changes to one effect the other), but that's all the more argument for me to switch off array anyway.

In any case, take it as the documentation wasn't particularly clear.
History
Date User Action Args
2016-04-21 22:25:03Jonathan Boothsetrecipients: + Jonathan Booth, docs@python, random832
2016-04-21 22:25:03Jonathan Boothsetmessageid: <1461277503.01.0.139322535648.issue26821@psf.upfronthosting.co.za>
2016-04-21 22:25:02Jonathan Boothlinkissue26821 messages
2016-04-21 22:25:02Jonathan Boothcreate