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 terry.reedy
Recipients terry.reedy, yselivanov
Date 2017-02-25.22:55:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488063351.43.0.438186541535.issue19903@psf.upfronthosting.co.za>
In-reply-to
Content
Several builtin functions have recently gotten the Arg clinic treatment.  So I think it is now time to switch.  Before closing #29653 as a duplicate, I discovered that inspect.signature also handles functools.partials correctly, while the other inspect functions do not.
History
Date User Action Args
2017-02-25 22:55:51terry.reedysetrecipients: + terry.reedy, yselivanov
2017-02-25 22:55:51terry.reedysetmessageid: <1488063351.43.0.438186541535.issue19903@psf.upfronthosting.co.za>
2017-02-25 22:55:51terry.reedylinkissue19903 messages
2017-02-25 22:55:51terry.reedycreate