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 BTaskaya
Recipients BTaskaya, barry, brett.cannon, eric.smith, gvanrossum, levkivskyi, lukasz.langa, methane, terry.reedy, vstinner
Date 2020-10-06.20:02:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602014532.79.0.0519506633808.issue38605@roundup.psfhosted.org>
In-reply-to
Content
@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)?
History
Date User Action Args
2020-10-06 20:02:12BTaskayasetrecipients: + BTaskaya, gvanrossum, barry, brett.cannon, terry.reedy, vstinner, eric.smith, methane, lukasz.langa, levkivskyi
2020-10-06 20:02:12BTaskayasetmessageid: <1602014532.79.0.0519506633808.issue38605@roundup.psfhosted.org>
2020-10-06 20:02:12BTaskayalinkissue38605 messages
2020-10-06 20:02:12BTaskayacreate