]> granicus.if.org Git - python/commit
Patch #1642547: Fix an error/crash when encountering syntax errors in complex if...
authorCollin Winter <collinw@gmail.com>
Fri, 16 Mar 2007 04:12:48 +0000 (04:12 +0000)
committerCollin Winter <collinw@gmail.com>
Fri, 16 Mar 2007 04:12:48 +0000 (04:12 +0000)
commit7d9ac783840319a9e83d9b2aef679c4609a48e3f
tree0bbd508235305ee0caffd76412b358038fcf2be0
parentc1b4e8e6e2b08b14a1fe1078aa2e6efde1bf7866
Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements.
Backported from r54404.
Lib/test/test_syntax.py
Misc/NEWS
Python/ast.c