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 wolma
Recipients martin.panter, python-dev, serhiy.storchaka, skrah, vstinner, wolma
Date 2015-03-23.14:29:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427120978.89.0.858364501158.issue23688@psf.upfronthosting.co.za>
In-reply-to
Content
to preserve compatibility:

there is the memoryview.c_contiguous flag. Maybe we should just check it and if it is False fall back to the old copying behavior ?
History
Date User Action Args
2015-03-23 14:29:38wolmasetrecipients: + wolma, vstinner, skrah, python-dev, martin.panter, serhiy.storchaka
2015-03-23 14:29:38wolmasetmessageid: <1427120978.89.0.858364501158.issue23688@psf.upfronthosting.co.za>
2015-03-23 14:29:38wolmalinkissue23688 messages
2015-03-23 14:29:38wolmacreate