[issue3293] incorrect comments for PyObject_ReleaseBuffer

2009-05-16 Thread Antoine Pitrou
Antoine Pitrou added the comment: PyObject_ReleaseBuffer() is dead actually. -- resolution: -> out of date status: open -> closed ___ Python tracker ___

[issue3293] incorrect comments for PyObject_ReleaseBuffer

2009-05-16 Thread Daniel Diniz
Daniel Diniz added the comment: Travis, How should code, comment and PEP be reconciled? -- nosy: +ajaksu2 stage: -> test needed type: -> behavior ___ Python tracker ___ ___

[issue3293] incorrect comments for PyObject_ReleaseBuffer

2008-07-22 Thread Antoine Pitrou
Changes by Antoine Pitrou <[EMAIL PROTECTED]>: -- nosy: +teoliphant priority: -> normal ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3293] incorrect comments for PyObject_ReleaseBuffer

2008-07-05 Thread Antoine Pitrou
New submission from Antoine Pitrou <[EMAIL PROTECTED]>: The declaration for PyObject_ReleaseBuffer (in Include/abstract.h) has the following comments attached to it. But the part about the return value is wrong since the function is defined as returning void. Also, PEP 3118 says it always succeed