This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients pablogsal
Date 2020-10-07.12:13:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602072821.53.0.327570129065.issue41967@roundup.psfhosted.org>
In-reply-to
Content
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).
History
Date User Action Args
2020-10-07 12:13:41pablogsalsetrecipients: + pablogsal
2020-10-07 12:13:41pablogsalsetmessageid: <1602072821.53.0.327570129065.issue41967@roundup.psfhosted.org>
2020-10-07 12:13:41pablogsallinkissue41967 messages
2020-10-07 12:13:41pablogsalcreate