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.smith
Recipients 1ace, eric.smith, kj
Date 2021-03-03.16:57:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614790675.87.0.32395082767.issue43355@roundup.psfhosted.org>
In-reply-to
Content
I think this is all about: should inspect.signature() resolve string annotations into actual types (via get_type_hints, or whatever)? I don't use expect much, so I can't offer an opinion there.
History
Date User Action Args
2021-03-03 16:57:55eric.smithsetrecipients: + eric.smith, 1ace, kj
2021-03-03 16:57:55eric.smithsetmessageid: <1614790675.87.0.32395082767.issue43355@roundup.psfhosted.org>
2021-03-03 16:57:55eric.smithlinkissue43355 messages
2021-03-03 16:57:55eric.smithcreate