summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_complex_args.py
Commit message (Collapse)AuthorAgeFilesLines
* Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)).Neal Norwitz2006-09-221-0/+91
These tests should be improved. Hopefully this fixes variations when flipping back and forth between fpdef and fplist. Backport candidate.