[issue26168] Py_BuildValue may leak 'N' arguments on PyTuple_New failure

squidevil report at bugs.python.org
Fri Jan 29 16:40:30 EST 2016


squidevil added the comment:

It looks like this patch is against the "default" cpython (3.x) branch.  The 2.7 branch is missing the if(itemfailed) code in do_mktuple whose else clause was modified by the patch.

It looks like some of this needs to be backported to 2.7?

----------

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


More information about the Python-bugs-list mailing list