New submission from Pablo Galindo Salgado <pablog...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue41967> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com