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 kermode, lemburg, loewis, pitrou, vstinner
Date 2010-09-28.21:31:15
SpamBayes Score 0.0019197501
Marked as misclassified No
Message-id <201009282331.08392.victor.stinner@haypocalc.com>
In-reply-to <1285705490.3183.1.camel@localhost.localdomain>
Content
Le mardi 28 septembre 2010 22:24:56, vous avez écrit :
> I disagree. PyObject_As*Buffer functions are remnants of the old buffer
> API in Python 2.x. They are here only to ease porting of existing C
> code, but carefully written 3.x code should switch to
> PyObject_GetBuffer() (or one of the dedicated typecodes in
> PyArg_ParseTuple: "y*", "w*", etc.).

Do you mean that PyObject_As*Buffer functions are deprecated? The documentation 
doesn't tell that the new buffer API should be use instead.
History
Date User Action Args
2010-09-28 21:31:17vstinnersetrecipients: + vstinner, lemburg, loewis, kermode, pitrou
2010-09-28 21:31:15vstinnerlinkissue9602 messages
2010-09-28 21:31:15vstinnercreate