Batuhan Taskaya <isidenti...@gmail.com> added the comment:

@gvanrossum should I draft a patch to convert this
inspect.signature(callable, *, follow_wrapped=True) (and also things like 
inspect.Signature.from_callable) into inspect.signature(callable, *, 
follow_wrapped=True, globalns=None, localns=None) in order to pass them to 
get_type_hints (for resolving in different namespaces)?

----------

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

Reply via email to