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 gvanrossum
Recipients BTaskaya, gvanrossum, lukasz.langa, lys.nikolaou, pablogsal
Date 2020-10-07.17:14:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602090889.64.0.321402528954.issue41967@roundup.psfhosted.org>
In-reply-to
Content
What's the issue exactly with multi-line annotations? Is it that they can't be parsed by eval()? Could that be fixed by replacing comments and newlines with spaces? (Either in the parser or in get_type_hints() -- actually ForwardRef._evaluate(), which calls eval().)
History
Date User Action Args
2020-10-07 17:14:49gvanrossumsetrecipients: + gvanrossum, lukasz.langa, lys.nikolaou, pablogsal, BTaskaya
2020-10-07 17:14:49gvanrossumsetmessageid: <1602090889.64.0.321402528954.issue41967@roundup.psfhosted.org>
2020-10-07 17:14:49gvanrossumlinkissue41967 messages
2020-10-07 17:14:49gvanrossumcreate