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 pitrou
Recipients gregory.p.smith, mark.dickinson, ncoghlan, pitrou, teoliphant, xuanji
Date 2011-05-09.15:32:17
SpamBayes Score 1.9558845e-08
Marked as misclassified No
Message-id <1304955139.17.0.541816905188.issue5231@psf.upfronthosting.co.za>
In-reply-to
Content
In the mean time I had to resort to dirty hacks in 1ac03e071d65 (such as using io.BytesIO.write(), which I know is implemented in C and doesn't care about item size).

At the minimum, a memoryview.getflatview() function would be nice (and probably easier to code than the generic version). Or a "flat" optional argument in the memoryview constructor.
History
Date User Action Args
2011-05-09 15:32:19pitrousetrecipients: + pitrou, gregory.p.smith, teoliphant, mark.dickinson, ncoghlan, xuanji
2011-05-09 15:32:19pitrousetmessageid: <1304955139.17.0.541816905188.issue5231@psf.upfronthosting.co.za>
2011-05-09 15:32:17pitroulinkissue5231 messages
2011-05-09 15:32:17pitroucreate