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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18521>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to