[issue18521] [cppcheck] Full report

Georg Brandl report at bugs.python.org
Mon Oct 14 18:20:08 CEST 2013


Georg Brandl added the comment:

> Shouldn't converttuple() in getargs.c set "levels[1] = 0;" after second "levels[0] = i+1;"?

I think it is fine, since convertitem() or converttuple() called from convertitem() will set their levels[0] (which is levels[1] in the original context) to zero on error.

----------

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


More information about the Python-bugs-list mailing list