Message186317
There are some extension modules (pytables) that do
return Py_INREF(x), x;
and Py_RETURN_NONE is also defined with a comma expression.
Oh, and Cython:
#define __Pyx_PyBool_FromLong(b) ((b) ? (Py_INCREF(Py_True), Py_True) : (Py_INCREF(Py_False), Py_False)) |
|
Date |
User |
Action |
Args |
2013-04-08 16:59:08 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, loewis, georg.brandl, pitrou, larry, docs@python, Mark.Shannon |
2013-04-08 16:59:08 | amaury.forgeotdarc | set | messageid: <1365440348.91.0.352715526148.issue17589@psf.upfronthosting.co.za> |
2013-04-08 16:59:08 | amaury.forgeotdarc | link | issue17589 messages |
2013-04-08 16:59:08 | amaury.forgeotdarc | create | |
|