commit | b6429a202011c92e34062930fc3e3818053a126d | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon Dec 11 22:08:27 2000 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon Dec 11 22:08:27 2000 +0000 |
tree | fec7c2b1efc1b896ac27dabed9522cefeb63704c | |
parent | ed911b8cfbcad2ff44fdaea10ac1daad5628800a [diff] |
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".