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 vstinner
Recipients vstinner
Date 2010-04-03.14:53:24
SpamBayes Score 0.0003174426
Marked as misclassified No
Message-id <1270306406.84.0.219067507561.issue8215@psf.upfronthosting.co.za>
In-reply-to
Content
The PEP 3118 describes some points about discontigious buffers, but there is no module nor third party libraries supporting them.

PIL 1.1.7 (the last version) doesn't support the buffer API (an image can not be "exported" as a buffer, but PIL accepts a buffer as input in some functions).
History
Date User Action Args
2010-04-03 14:53:26vstinnersetrecipients: + vstinner
2010-04-03 14:53:26vstinnersetmessageid: <1270306406.84.0.219067507561.issue8215@psf.upfronthosting.co.za>
2010-04-03 14:53:25vstinnerlinkissue8215 messages
2010-04-03 14:53:25vstinnercreate