Jeremy Hylton 1955fcf67a SF patch 763201: handling of SyntaxErrors in symbol table build
Fixes for three related bugs, including errors that caused a script to
be ignored without printing an error message.  The key problem was a bad
interaction between syntax warnings and syntax errors.  If an
exception was already set when a warning was issued, the warning could
clobber the exception.

The PyErr_Occurred() check in issue_warning() isn't entirely
satisfying (the caller should know whether there was already an
error), but a better solution isn't immediately obvious.

Bug fix candidate.
2003-07-15 20:23:26 +00:00
..
2002-06-11 06:22:31 +00:00
2002-01-23 15:51:12 +00:00
2003-02-24 15:33:31 +00:00
2002-08-15 14:59:02 +00:00
2003-07-11 15:01:02 +00:00
2002-12-30 22:08:05 +00:00
2002-07-30 11:44:44 +00:00
2003-06-21 21:35:25 +00:00
2002-06-11 06:22:31 +00:00