Message 187860 - Python tracker (original) (raw)

Message187860

Author serhiy.storchaka
Recipients barry, ezio.melotti, kushal.das, ncoghlan, serhiy.storchaka
Date 2013-04-26.14:52:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1366987967.34.0.457306433857.issue17839@psf.upfronthosting.co.za
In-reply-to
Content
Not only memoryview should be supported, but any class which supports the buffer protocol and is C-contiguous (i.e. array.array).
History
Date User Action Args
2013-04-26 14:52:47 serhiy.storchaka set recipients: + serhiy.storchaka, barry, ncoghlan, ezio.melotti, kushal.das
2013-04-26 14:52:47 serhiy.storchaka set messageid: 1366987967.34.0.457306433857.issue17839@psf.upfronthosting.co.za
2013-04-26 14:52:47 serhiy.storchaka link issue17839 messages
2013-04-26 14:52:47 serhiy.storchaka create