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 belopolsky
Recipients belopolsky, docs@python, ncoghlan, pitrou, skrah
Date 2012-08-30.15:15:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346339748.31.0.862619399419.issue15821@psf.upfronthosting.co.za>
In-reply-to
Content
> PyMemoryViewObject already is a PyVarObject with its own shape,
> strides and suboffsets.

You are right.  I was mistakenly looking at 3.2.3 sources. It looks like there are a lot of undocumented changes here.
History
Date User Action Args
2012-08-30 15:15:48belopolskysetrecipients: + belopolsky, ncoghlan, pitrou, skrah, docs@python
2012-08-30 15:15:48belopolskysetmessageid: <1346339748.31.0.862619399419.issue15821@psf.upfronthosting.co.za>
2012-08-30 15:15:47belopolskylinkissue15821 messages
2012-08-30 15:15:47belopolskycreate