[issue41967] Handle annotations in the parser to avoid the need for roundtrip

Batuhan Taskaya report at bugs.python.org
Wed Oct 7 11:21:21 EDT 2020


Batuhan Taskaya <isidentical at gmail.com> added the comment:

After scanning 1552 annotated assignments in over 25k python modules (from most populer packages in PyPI) there are only 6 AnnAssign nodes where the annotations are multiline. For 516389 annotated arguments, only 20 of them are multiline annotations.

----------

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


More information about the Python-bugs-list mailing list