[issue2292] Missing *-unpacking generalizations

Berker Peksag report at bugs.python.org
Tue Jan 20 12:27:58 CET 2015


Berker Peksag added the comment:

> Python/ast.c:2433:5: error: ‘npositionals’ undeclared (first use in this function)

Line 2425 should be

    int i, nargs, nkeywords, npositionals, ngens;

----------

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


More information about the Python-bugs-list mailing list