This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scummos
Recipients benjamin.peterson, brett.cannon, eric.snow, meador.inge, scummos
Date 2013-01-11.00:04:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357862662.14.0.361487736115.issue16795@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, whops, I misunderstood that.

The error is rather generic:
Traceback (most recent call last):
  File "./Lib/test/test_ast.py", line 796, in test_lambda
    self._check_arguments(fac, self.expr)
  File "./Lib/test/test_ast.py", line 596, in _check_arguments
    check(arguments(args=args), "must have Load context")
  File "./Lib/test/test_ast.py", line 593, in arguments
    kwarg, kwargannotation, defaults, kw_defaults)
TypeError: arguments constructor takes either 0 or 12 positional arguments

It's very generic in C too:
Python/ast.c:1571:42: error: macro "arguments" requires 13 arguments, but only 9 given
History
Date User Action Args
2013-01-11 00:04:22scummossetrecipients: + scummos, brett.cannon, benjamin.peterson, meador.inge, eric.snow
2013-01-11 00:04:22scummossetmessageid: <1357862662.14.0.361487736115.issue16795@psf.upfronthosting.co.za>
2013-01-11 00:04:22scummoslinkissue16795 messages
2013-01-11 00:04:21scummoscreate