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 alex, eric.snow, mark.dickinson, ncoghlan, pitrou, rhettinger, scoder, skrah
Date 2012-03-21.10:16:02
SpamBayes Score 1.0451178e-06
Marked as misclassified No
Message-id <1332324963.31.0.942300332564.issue13797@psf.upfronthosting.co.za>
In-reply-to
Content
The reason I don't particularly like the "delegation only" API is that the combination of the new memoryview implementation and bytes/mmap/etc to get a flat region of memory to play with means you could do some quite interesting things entirely at the Python level.

If you couldn't even use memoryview.cast() to change the shape of the exported memory, it makes the Python level API clearly inferior in power compared to what you can do in C.
History
Date User Action Args
2012-03-21 10:16:03ncoghlansetrecipients: + ncoghlan, rhettinger, mark.dickinson, pitrou, scoder, alex, skrah, eric.snow
2012-03-21 10:16:03ncoghlansetmessageid: <1332324963.31.0.942300332564.issue13797@psf.upfronthosting.co.za>
2012-03-21 10:16:02ncoghlanlinkissue13797 messages
2012-03-21 10:16:02ncoghlancreate