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 1ace
Recipients 1ace, eric.smith, kj
Date 2021-03-03.16:25:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614788711.7.0.809827287342.issue43355@roundup.psfhosted.org>
In-reply-to
Content
(... and I had the window open for too long and didn't notice Ken's reply before mine ^^')

@kj: thanks for the workaround! it's good to be able to change our code and not have to depend on a yet-to-be-released patch on each python version :)

That said, typing.get_type_hints() only returns the type hint, whereas our current test checks for other things (like the default value) which need to match (I think) for cython's use of `__signature__`? (I inherited all this code, so I'm not familiar with it and its history, and I'm beginning to question this test's necessity.)
History
Date User Action Args
2021-03-03 16:25:111acesetrecipients: + 1ace, eric.smith, kj
2021-03-03 16:25:111acesetmessageid: <1614788711.7.0.809827287342.issue43355@roundup.psfhosted.org>
2021-03-03 16:25:111acelinkissue43355 messages
2021-03-03 16:25:111acecreate