[issue17589] Make documentation about macros in C API explicit about rvalue vs statement

Georg Brandl report at bugs.python.org
Sun Mar 31 22:25:39 CEST 2013


Georg Brandl added the comment:

There are also some macros usable as lvalues, such as Py_REFCNT or Py_SIZE (they aren't documented at all currently).

Anyway, documenting as statement-only unless explicitly stated differently is fine with me.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17589>
_______________________________________


More information about the Python-bugs-list mailing list