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 docs@python, exarkun, mark.dickinson, pitrou, vstinner
Date 2011-01-06.00:44:41
SpamBayes Score 5.8161254e-12
Marked as misclassified No
Message-id <1294274683.55.0.453917649776.issue10840@psf.upfronthosting.co.za>
In-reply-to
Content
Ah ok, now I remember the story. I cleaned up getargs.c recently. r83197 (#8991) removes the support of discontinious buffers. I guess that most developers don't know what a discontinious buffer is and so they don't support this kind of buffer. Moreover, most PyArg_Parse*() formats don't provide information about the buffer (how it is stored in memory), and so the caller cannot handle discontinious anyway.

I think that even Python code developers don't know what a discontinious buffer is... I think that today there is just no program or library using Python discontinious buffer. And maybe the authors of the PEP forgot it too :-)
History
Date User Action Args
2011-01-06 00:44:43vstinnersetrecipients: + vstinner, exarkun, mark.dickinson, pitrou, docs@python
2011-01-06 00:44:43vstinnersetmessageid: <1294274683.55.0.453917649776.issue10840@psf.upfronthosting.co.za>
2011-01-06 00:44:41vstinnerlinkissue10840 messages
2011-01-06 00:44:41vstinnercreate