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 pitrou
Recipients pitrou, skrah
Date 2019-02-02.10:31:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549103495.52.0.0457542246619.issue35845@roundup.psfhosted.org>
In-reply-to
Content
> So we'd need to restrict to contiguous views anyway, which makes
the method less appealing (IOW, it doesn't offer more than an
augmented memoryview.cast()).

Yes, it would probably be a simpler way of writing `.cast('B', shape=(...), order='A')`.
History
Date User Action Args
2019-02-02 10:31:36pitrousetrecipients: + pitrou, skrah
2019-02-02 10:31:35pitrousetmessageid: <1549103495.52.0.0457542246619.issue35845@roundup.psfhosted.org>
2019-02-02 10:31:35pitroulinkissue35845 messages
2019-02-02 10:31:35pitroucreate