[issue12724] Add Py_RETURN_NOTIMPLEMENTED

2011-08-11 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset e88362fb4950 by Brian Curtin in branch 'default': Add doc for Py_RETURN_NOTIMPLEMENTED, added in #12724. http://hg.python.org/cpython/rev/e88362fb4950 -- ___ Python

[issue12724] Add Py_RETURN_NOTIMPLEMENTED

2011-08-10 Thread Brian Curtin
New submission from Brian Curtin br...@python.org: Would anyone be opposed to adding the following simple macro, which would be the same as the one we have for Py_RETURN_NONE. I recently found myself doing the Py_INCREF/return dance several times and ended up leaving an incref out in a few

[issue12724] Add Py_RETURN_NOTIMPLEMENTED

2011-08-10 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: +1 -- nosy: +benjamin.peterson ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12724 ___

[issue12724] Add Py_RETURN_NOTIMPLEMENTED

2011-08-10 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 77a65b078852 by Brian Curtin in branch 'default': Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724. http://hg.python.org/cpython/rev/77a65b078852 New changeset d0b0fcbb40db by Brian Curtin in branch 'default':

[issue12724] Add Py_RETURN_NOTIMPLEMENTED

2011-08-10 Thread Brian Curtin
Changes by Brian Curtin br...@python.org: -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12724 ___