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 vstinner
Recipients larry, serhiy.storchaka, skrah, vstinner
Date 2015-02-02.12:59:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422881977.51.0.325507115094.issue23376@psf.upfronthosting.co.za>
In-reply-to
Content
> Yes, _testbuffer.ndarray can create any buffer.

Cool. So could you please add non regression tests to test_w_star() of test_getargs2?

Other formats expect a contiguous buffer: 'y*', 's*', 'z*'. 
Formats which "convert" a buffer: 'y', 's#', 'z#.
History
Date User Action Args
2015-02-02 12:59:37vstinnersetrecipients: + vstinner, larry, skrah, serhiy.storchaka
2015-02-02 12:59:37vstinnersetmessageid: <1422881977.51.0.325507115094.issue23376@psf.upfronthosting.co.za>
2015-02-02 12:59:37vstinnerlinkissue23376 messages
2015-02-02 12:59:37vstinnercreate