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 eric.snow
Recipients eric.snow
Date 2019-07-03.23:45:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562197526.36.0.0415942737779.issue37496@roundup.psfhosted.org>
In-reply-to
Content
In early 2014 (3.3), when argument clinic was added, we added support for turning func.__text_signature__ into an inspect.Signature object.  However, at that time we did not add support for annotations (see the nested "parse_name()" in _signature_fromstr().  Annotations should be supported.

I'd expect that PEP 563 (Postponed Evaluation of Annotations) could be leveraged.
History
Date User Action Args
2019-07-03 23:45:26eric.snowsetrecipients: + eric.snow
2019-07-03 23:45:26eric.snowsetmessageid: <1562197526.36.0.0415942737779.issue37496@roundup.psfhosted.org>
2019-07-03 23:45:26eric.snowlinkissue37496 messages
2019-07-03 23:45:26eric.snowcreate