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.19:36:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602099362.15.0.585586852403.issue41967@roundup.psfhosted.org>
In-reply-to
Content
Hm, this buffer thing is not what I had expected. I think it's a show-stopper -- if we don't reproduce spaces exactly.

Maybe we should just buffer the entire input always?

A way to handle multi-line annotations would be to surround them with parentheses? That way get_type_hints() doesn't need to change. Alternatively, strip comments and newlines in get_type_hints().
History
Date User Action Args
2020-10-07 19:36:02gvanrossumsetrecipients: + gvanrossum, lukasz.langa, lys.nikolaou, pablogsal, BTaskaya
2020-10-07 19:36:02gvanrossumsetmessageid: <1602099362.15.0.585586852403.issue41967@roundup.psfhosted.org>
2020-10-07 19:36:02gvanrossumlinkissue41967 messages
2020-10-07 19:36:02gvanrossumcreate