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 michael.foord
Recipients michael.foord, ncoghlan
Date 2013-03-19.17:31:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363714292.51.0.18841126063.issue17481@psf.upfronthosting.co.za>
In-reply-to
Content
inspect.getfullargspec (and potentially getargspec?) could *use* function.__signature__ if set. This allows functions that lie about their signature with the new introspection tool (Signature) to still work with older code.
History
Date User Action Args
2013-03-19 17:31:32michael.foordsetrecipients: + michael.foord, ncoghlan
2013-03-19 17:31:32michael.foordsetmessageid: <1363714292.51.0.18841126063.issue17481@psf.upfronthosting.co.za>
2013-03-19 17:31:32michael.foordlinkissue17481 messages
2013-03-19 17:31:32michael.foordcreate