[issue11441] compile() raises SystemError if called from except clause

July Tikhonov report at bugs.python.org
Wed Mar 9 10:22:37 CET 2011


July Tikhonov <july.tikh at gmail.com> added the comment:

There is an XXX just before the definition of ast_error. Wouldn't it be
useful?

The idea is to merge ast_error() and ast_error_finish().
This requires redefinition of most functions in ast.c, adding "const char
*filename" to their parameters.

----------
Added file: http://bugs.python.org/file21061/unnamed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11441>
_______________________________________
-------------- next part --------------
There is an XXX just before the definition of ast_error. Wouldn&#39;t it be useful?<div><br></div><div>The idea is to merge ast_error() and ast_error_finish().<br clear="all">This requires redefinition of most functions in ast.c, adding &quot;const char *filename&quot; to their parameters.</div>



More information about the Python-bugs-list mailing list