Batuhan Taskaya <isidenti...@gmail.com> added the comment:

> setting them to None is going to break a lot of those, if possible I'd 
> suggest going back to when they were missing

'lineno' and 'col_offset' will never be none, since both are declared as normal 
integers. But on the other hand, 'end_lineno' and 'end_col_offset' are declared 
as optional integers which would make sense to auto initalize them with *None*, 
and I dont think it would ever break some code that complies with the ASDL 
declaration.

----------

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

Reply via email to