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, pitrou, vstinner
Date 2010-12-16.01:06:42
SpamBayes Score 0.006536127
Marked as misclassified No
Message-id <1292461604.0.0.53697087497.issue10538@psf.upfronthosting.co.za>
In-reply-to
Content
Well, I can submit a patch if anyone is interested.
I came across this when writing asynchronous network code.  By hanging onto the Py_buffer, I should have access to the data during the network call.  But it only worked for "true" Py_buffer objects and not the others.
History
Date User Action Args
2010-12-16 01:06:44kristjan.jonssonsetrecipients: + kristjan.jonsson, pitrou, vstinner
2010-12-16 01:06:44kristjan.jonssonsetmessageid: <1292461604.0.0.53697087497.issue10538@psf.upfronthosting.co.za>
2010-12-16 01:06:42kristjan.jonssonlinkissue10538 messages
2010-12-16 01:06:42kristjan.jonssoncreate