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, gvanrossum, yselivanov
Date 2020-10-06.20:39:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602016741.16.0.216443843373.issue41960@roundup.psfhosted.org>
In-reply-to
Content
To resolve annotations in local namespaces (and possibly in different contexts), inspect.signature can take globalns and localns parameters.

I'm not inclined to add these into the getfullargspec, but I'd appreciate any comments about whether it is a good idea or not!
History
Date User Action Args
2020-10-06 20:39:01BTaskayasetrecipients: + BTaskaya, gvanrossum, yselivanov
2020-10-06 20:39:01BTaskayasetmessageid: <1602016741.16.0.216443843373.issue41960@roundup.psfhosted.org>
2020-10-06 20:39:01BTaskayalinkissue41960 messages
2020-10-06 20:39:01BTaskayacreate