]> granicus.if.org Git - python/commit
Backport rev. 51972:
authorGeorg Brandl <georg@python.org>
Mon, 25 Sep 2006 07:04:10 +0000 (07:04 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 25 Sep 2006 07:04:10 +0000 (07:04 +0000)
commitc57221e15809e66b499bdd23f07fdda972b163fc
treea5c6820f8d8f3e22ade3ea6229623e60c0630a57
parent934c90de0de8a0fd5f07b483b18d98beb857dbd9
Backport rev. 51972:

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.
Lib/test/test_complex_args.py [new file with mode: 0644]
Misc/NEWS
Python/ast.c