Anthony Sottile <[email protected]> added the comment:
There's current expectation in a lot of linters / code formatters that the *lineno and *col_offset attributes will be missing if they are not attached to the node setting them to None is going to break a lot of those, if possible I'd suggest going back to when they were missing ---------- nosy: +Anthony Sottile _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue40726> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
