[issue18374] ast.parse gives wrong position (col_offset) for some BinOp-s

Serhiy Storchaka report at bugs.python.org
Fri Jul 5 04:46:19 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

I am not sure that changes in compile.c are needed now.

Python/Python-ast.c is generated file. And perhaps it would be better to fix CST instead of AST.

----------
assignee:  -> serhiy.storchaka
nosy: +serhiy.storchaka
stage: patch review -> needs patch
versions: +Python 3.7, Python 3.8, Python 3.9 -Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue18374>
_______________________________________


More information about the Python-bugs-list mailing list