Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

Right. In most cases, "PyErr_SetObject(PyExc_SyntaxError, tuple);" will store 
the untouched tuple in tstate->curexc_value, *except* when "Implicit exception 
chaining" occurs, in which case the exception is normalized.

ast_error_finish() should not expect a tuple in all cases, and should probably 
normalize the exception as well.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11441>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to