]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
validate_varargslist(): Fix two bugs in this function, one that affected
authorFred Drake <fdrake@acm.org>
Mon, 11 Dec 2000 22:08:27 +0000 (22:08 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 11 Dec 2000 22:08:27 +0000 (22:08 +0000)
commitb6429a202011c92e34062930fc3e3818053a126d
treefec7c2b1efc1b896ac27dabed9522cefeb63704c
parented911b8cfbcad2ff44fdaea10ac1daad5628800a
validate_varargslist():  Fix two bugs in this function, one that affected
                         it when *args and/or **kw are used, and one when
                         they are not.

This closes bug #125375: "parser.tuple2ast() failure on valid parse tree".
Modules/parsermodule.c