[issue17206] Py_XDECREF() expands its argument multiple times

Mark Dickinson report at bugs.python.org
Mon Mar 18 19:43:55 CET 2013


Mark Dickinson added the comment:

I'd suggest less generic names for the temporary variables, just to minimise the chance of accidental name collisions.  _py_xincref_tmp and _py_xdecref_tmp, perhaps?

----------
nosy: +mark.dickinson

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


More information about the Python-bugs-list mailing list