commit | 7d9ac783840319a9e83d9b2aef679c4609a48e3f | [log] [tgz] |
---|---|---|
author | Collin Winter <collinw@gmail.com> | Fri Mar 16 04:12:48 2007 +0000 |
committer | Collin Winter <collinw@gmail.com> | Fri Mar 16 04:12:48 2007 +0000 |
tree | 0bbd508235305ee0caffd76412b358038fcf2be0 | |
parent | c1b4e8e6e2b08b14a1fe1078aa2e6efde1bf7866 [diff] [blame] |
Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements. Backported from r54404.
diff --git a/Misc/NEWS b/Misc/NEWS index 287bac4..791fa83 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and builtins ----------------- +- Patch #1642547: Fix an error/crash when encountering syntax errors in + complex if statements. + - Patch #1462488: Python no longer segfaults when ``object.__reduce_ex__()`` is called with an object that is faking its type.