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 bjkeen, davin, serhiy.storchaka, skrah
Date 2020-05-01.20:10:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588363857.14.0.610814536212.issue40440@roundup.psfhosted.org>
In-reply-to
Content
> My sense is it would be a welcome thing to see something like array.array, that is designed to work with low-level data types, support creation from an existing buffer without the need for a copy

It is called memoryview.
History
Date User Action Args
2020-05-01 20:10:57serhiy.storchakasetrecipients: + serhiy.storchaka, skrah, davin, bjkeen
2020-05-01 20:10:57serhiy.storchakasetmessageid: <1588363857.14.0.610814536212.issue40440@roundup.psfhosted.org>
2020-05-01 20:10:57serhiy.storchakalinkissue40440 messages
2020-05-01 20:10:57serhiy.storchakacreate