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 jcon, kermode, mark.dickinson, ncoghlan, petri.lehtinen, pitrou, pv, rupole, skrah, teoliphant, vstinner
Date 2011-07-05.11:49:03
SpamBayes Score 0.0076667895
Marked as misclassified No
Message-id <1309866496.3683.5.camel@localhost.localdomain>
In-reply-to <1309866294.14.0.527481806817.issue10181@psf.upfronthosting.co.za>
Content
> I'm slightly confused about the implication chain in the flags. PyBUF_STRIDES 
> seem to allow for discontiguous arrays, yet STRIDES -> ND -> C_CONTIGUOUS.

To be honest I have never understood anything about these flags, and I
doubt anyone without a numpy background would.
History
Date User Action Args
2011-07-05 11:49:04pitrousetrecipients: + pitrou, teoliphant, mark.dickinson, ncoghlan, rupole, kermode, vstinner, pv, skrah, jcon, petri.lehtinen
2011-07-05 11:49:04pitroulinkissue10181 messages
2011-07-05 11:49:04pitroucreate