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 kristjan.jonsson
Recipients kristjan.jonsson
Date 2010-10-27.08:49:08
SpamBayes Score 0.013885683
Marked as misclassified No
Message-id <1288169352.49.0.219368546772.issue10211@psf.upfronthosting.co.za>
In-reply-to
Content
The BufferObject in 2.7 doesn't support the new buffer interface.
This makes it useless for use with the new memoryview object.
This simple patch adds that support.
History
Date User Action Args
2010-10-27 08:49:12kristjan.jonssonsetrecipients: + kristjan.jonsson
2010-10-27 08:49:12kristjan.jonssonsetmessageid: <1288169352.49.0.219368546772.issue10211@psf.upfronthosting.co.za>
2010-10-27 08:49:10kristjan.jonssonlinkissue10211 messages
2010-10-27 08:49:09kristjan.jonssoncreate