[issue17206] Py_XDECREF() expands its argument multiple times

STINNER Victor report at bugs.python.org
Sun Jun 23 23:01:18 CEST 2013


STINNER Victor added the comment:

> I've attached an updated patch that reuses the _py_tmp variable for those temporary assignments thus keeping the required stack size down.

I don't understand how it would change the size of the C stack, could you please explain? object.patch looks like refactoring to simplify the work of the C preprocessor.

----------

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


More information about the Python-bugs-list mailing list