[issue25555] Fix parser and AST: fill lineno and col_offset when compiling AST from Python objects

STINNER Victor report at bugs.python.org
Mon Nov 9 16:14:10 EST 2015


STINNER Victor added the comment:

I backported the fix to Python 3.5. Since I'm not convinced that the bug can be triggered without modifying CPython (the bug only impacts FAT Python which installs a hook on the AST compiler), I don't want to backport it to Python 2.7 to avoid the risk of regression.

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25555>
_______________________________________


More information about the Python-bugs-list mailing list