Guido van Rossum <gu...@python.org> added the comment:

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().)

----------

_______________________________________
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

Reply via email to