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 Fabian.M, gvanrossum
Date 2021-01-04.19:58:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609790323.17.0.0717513976284.issue42824@roundup.psfhosted.org>
In-reply-to
Content
This is a known limitation. To get this to work you have to pass globals() and locals():

    typing.get_type_hints(Test, globals(), locals())
History
Date User Action Args
2021-01-04 19:58:43gvanrossumsetrecipients: + gvanrossum, Fabian.M
2021-01-04 19:58:43gvanrossumsetmessageid: <1609790323.17.0.0717513976284.issue42824@roundup.psfhosted.org>
2021-01-04 19:58:43gvanrossumlinkissue42824 messages
2021-01-04 19:58:43gvanrossumcreate