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 JelleZijlstra, barry, eric.smith, gvanrossum, kj, larry, methane, xtreak
Date 2021-04-16.16:01:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618588870.87.0.60075527996.issue43817@roundup.psfhosted.org>
In-reply-to
Content
Assuming this function is added for Python 3.10, I propose that uses of typing.get_type_hints() in the standard library that aren't specifically dealing with type hints should change to calling this function instead.  I currently know of two sites:

   * inspect.signature()
   * functools.singledispatch()
History
Date User Action Args
2021-04-16 16:01:10larrysetrecipients: + larry, gvanrossum, barry, eric.smith, methane, JelleZijlstra, xtreak, kj
2021-04-16 16:01:10larrysetmessageid: <1618588870.87.0.60075527996.issue43817@roundup.psfhosted.org>
2021-04-16 16:01:10larrylinkissue43817 messages
2021-04-16 16:01:10larrycreate