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 skrah
Recipients Eric Wieser, serhiy.storchaka, skrah
Date 2020-09-07.17:25:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599499522.32.0.105617679614.issue39610@roundup.psfhosted.org>
In-reply-to
Content
list() has to *interpret* the endianness to display it. The endianness
of the *native* format does not matter.  The endianness of an explicit
format matters, since list has to be able to convert non-native formats.

I suggest to look at XND, which is a memoryview on steroids and
has a lot of those features.
History
Date User Action Args
2020-09-07 17:25:22skrahsetrecipients: + skrah, serhiy.storchaka, Eric Wieser
2020-09-07 17:25:22skrahsetmessageid: <1599499522.32.0.105617679614.issue39610@roundup.psfhosted.org>
2020-09-07 17:25:22skrahlinkissue39610 messages
2020-09-07 17:25:22skrahcreate