]> granicus.if.org Git - python/commit
Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)).
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 22 Sep 2006 08:18:10 +0000 (08:18 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 22 Sep 2006 08:18:10 +0000 (08:18 +0000)
commit3a23017bb2309f6ba44090fb322f9681bf49c4c3
treeffd83e481bb8e27942977b4ec7110e6d570ede04
parent4a8fbdb1b2172e1954e652be7dda74d188a00fa5
Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)).

These tests should be improved.  Hopefully this fixes variations when
flipping back and forth between fpdef and fplist.

Backport candidate.
Lib/test/test_complex_args.py [new file with mode: 0644]
Misc/NEWS
Python/ast.c