Larry Hastings <la...@hastings.org> added the comment:

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

----------

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

Reply via email to