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 ncoghlan
Recipients jcon, kermode, mark.dickinson, ncoghlan, petri.lehtinen, pitrou, pv, rupole, skrah, teoliphant, vstinner
Date 2011-07-05.02:43:09
SpamBayes Score 0.0008616735
Marked as misclassified No
Message-id <CADiSq7eSy6d6A6yA-r0AOgrup8n1mLyg6fr0QT9BXx6Hxq9v0g@mail.gmail.com>
In-reply-to <1309790216.55.0.139193640866.issue10181@psf.upfronthosting.co.za>
Content
On Tue, Jul 5, 2011 at 12:36 AM, Pauli Virtanen <report@bugs.python.org> wrote:
> Slicing memoryviews can invalidate the contiguity flags, and no-strides flags, so some checks are still probably needed in `memory_getbuf`.

That makes sense, so just as memoryview has its own shape and strides
data, it will also need its own flags data that *starts* as a copy of
that in the original buffer, but may be subsequently modified.
History
Date User Action Args
2011-07-05 02:43:09ncoghlansetrecipients: + ncoghlan, teoliphant, mark.dickinson, rupole, kermode, pitrou, vstinner, pv, skrah, jcon, petri.lehtinen
2011-07-05 02:43:09ncoghlanlinkissue10181 messages
2011-07-05 02:43:09ncoghlancreate