summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_complex_args.py
Commit message (Collapse)AuthorAgeFilesLines
* Backport rev. 51972:Georg Brandl2006-09-251-0/+91
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.