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 belopolsky, seberg, skrah
Date 2014-09-20.11:23:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411212237.53.0.573609680488.issue22445@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, so it is a debug thing in the current NumPy sources.

IMO ultimately the getbufferproc needs to return valid strides, even
if the first value isn't used.


For that matter, the getbufferproc is free to translate the multi-
dimensional corner case array to a one-dimensional array that is
automatically C and F-contiguous.

Does it matter if you lose some (irrelevant?) information about
the original array structure?
History
Date User Action Args
2014-09-20 11:23:57skrahsetrecipients: + skrah, belopolsky, seberg
2014-09-20 11:23:57skrahsetmessageid: <1411212237.53.0.573609680488.issue22445@psf.upfronthosting.co.za>
2014-09-20 11:23:57skrahlinkissue22445 messages
2014-09-20 11:23:57skrahcreate