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 methane, ncoghlan, skrah, terry.reedy, vstinner
Date 2019-03-22.15:01:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553266868.21.0.717380854564.issue36299@roundup.psfhosted.org>
In-reply-to
Content
Just to demonstrate what the format would look like, this is working
for an array of fixed bytes:

>>> x = xnd([b"123", b"23456"], dtype="fixed_bytes(size=10)")
>>> memoryview(x).format
'10s'


So the formats in the previous message would be '10u' and '10w'.
History
Date User Action Args
2019-03-22 15:01:08skrahsetrecipients: + skrah, terry.reedy, ncoghlan, vstinner, methane
2019-03-22 15:01:08skrahsetmessageid: <1553266868.21.0.717380854564.issue36299@roundup.psfhosted.org>
2019-03-22 15:01:08skrahlinkissue36299 messages
2019-03-22 15:01:08skrahcreate