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 pitrou
Recipients pitrou
Date 2008-06-11.19:28:19
SpamBayes Score 0.05629947
Marked as misclassified No
Message-id <1213212500.78.0.296383776308.issue3081@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-06-11 19:28:23pitrousetspambayes_score: 0.0562995 -> 0.05629947
recipients: + pitrou
2008-06-11 19:28:20pitrousetspambayes_score: 0.0562995 -> 0.0562995
messageid: <1213212500.78.0.296383776308.issue3081@psf.upfronthosting.co.za>
2008-06-11 19:28:20pitroulinkissue3081 messages
2008-06-11 19:28:20pitroucreate