[New-bugs-announce] [issue41967] Handle annotations in the parser to avoid the need for roundtrip

Pablo Galindo Salgado report at bugs.python.org
Wed Oct 7 08:13:41 EDT 2020


New submission from Pablo Galindo Salgado <pablogsal at gmail.com>:

For Python 3.10 now that annotations are always returned as strings, we can drop all the unparse logic by obtaining the string in the parser directly (after checking that the annotation is a valid expression).

----------
messages: 378158
nosy: pablogsal
priority: normal
severity: normal
status: open
title: Handle annotations in the parser to avoid the need for roundtrip

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


More information about the New-bugs-announce mailing list