Antoine Pitrou <[EMAIL PROTECTED]> added the comment:
FWIW, I also wanted to propose for Py_INCREF(op) to evaluate as (op), so
that it can be used as return or assignment value, e.g.:
return Py_INCREF(result);
or:
self->var = Py_INCREF(obj);
but it's perhaps a bit more controversial.
_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3081>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com