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

This is a known limitation. To get this to work you have to pass globals() and 
locals():

    typing.get_type_hints(Test, globals(), locals())

----------
nosy: +gvanrossum
resolution:  -> wont fix
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42824>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to