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 Claudiu.Popa, ncoghlan, pitrou, rhettinger, skrah
Date 2013-10-02.10:30:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20131002103028.GA16717@sleipnir.bytereef.org>
In-reply-to <1380475681.96.0.942759567302.issue19078@psf.upfronthosting.co.za>
Content
> Stefan, what do you think about Claudiu's patch? Should a test be added to test_buffer as well?

I think the patch is good. We can add more tests when (if?) multi-dimensional
support is added to memoryview.

In that case we should probably do the same as NumPy and return a list of
subviews. So testing against tolist() like in the test case will only work
for one-dimensional views.

I can't commit right now (the machine with my ssh-key won't have Internet
access for some time), so if someone has time to do it ...
History
Date User Action Args
2013-10-02 10:30:27skrahsetrecipients: + skrah, rhettinger, ncoghlan, pitrou, Claudiu.Popa
2013-10-02 10:30:27skrahlinkissue19078 messages
2013-10-02 10:30:27skrahcreate