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 larry
Recipients eric.smith, gvanrossum, larry
Date 2021-04-12.18:11:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618251089.37.0.722643047381.issue43817@roundup.psfhosted.org>
In-reply-to
Content
> I'd say just submit the PR. Shouldn't be problematic.

Okey-doke, I can do it.  Though I have plenty to do at the moment, though, so it wouldn't be this week.

Is there anybody who would *enjoy* taking this on, who we could farm it out to?  If not, that's no problem, I should be able to get it done before 3.10b1.


> (Have you decided what to do if the eval() fails?)

My experience is that typing.get_type_hints() doesn't catch exceptions, e.g. NameError.  I assumed that typing.get_annotations() should behave the same way.
History
Date User Action Args
2021-04-12 18:11:29larrysetrecipients: + larry, gvanrossum, eric.smith
2021-04-12 18:11:29larrysetmessageid: <1618251089.37.0.722643047381.issue43817@roundup.psfhosted.org>
2021-04-12 18:11:29larrylinkissue43817 messages
2021-04-12 18:11:29larrycreate