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 jdemeyer
Recipients jdemeyer, r.david.murray, scoder, serhiy.storchaka, steven.daprano, terry.reedy
Date 2017-04-19.11:59:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492603180.29.0.583349043585.issue30071@psf.upfronthosting.co.za>
In-reply-to
Content
> So I expect that the case you 'care most about' already works.

Yes, it works. That's the most ironic part of this issue: getfullargspec(func) works but packages like Sphinx will not call getfullargspec(func) because they do not detect that "func" is actually a function.
History
Date User Action Args
2017-04-19 11:59:40jdemeyersetrecipients: + jdemeyer, terry.reedy, scoder, steven.daprano, r.david.murray, serhiy.storchaka
2017-04-19 11:59:40jdemeyersetmessageid: <1492603180.29.0.583349043585.issue30071@psf.upfronthosting.co.za>
2017-04-19 11:59:40jdemeyerlinkissue30071 messages
2017-04-19 11:59:40jdemeyercreate