[Python-Dev] cpython: Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724.

Antoine Pitrou solipsis at pitrou.net
Thu Aug 11 09:02:42 CEST 2011


Le Thu, 11 Aug 2011 03:34:37 +0200,
brian.curtin <python-checkins at python.org> a écrit :
> http://hg.python.org/cpython/rev/77a65b078852
> changeset:   71809:77a65b078852
> parent:      71803:1b4fae183da3
> user:        Brian Curtin <brian at python.org>
> date:        Wed Aug 10 20:05:21 2011 -0500
> summary:
>   Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724.


It would sound more useful to have a generic Py_RETURN() macro rather than
some specific forms for each and every common object.

Regards

Antoine.




More information about the Python-Dev mailing list