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 yselivanov
Recipients Claudiu.Popa, Yury.Selivanov, larry, michael.foord, ncoghlan, terry.reedy, yselivanov
Date 2014-01-28.18:02:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390932130.07.0.401607737422.issue17481@psf.upfronthosting.co.za>
In-reply-to
Content
Larry and Nick,

Please review the final patch (getargsspec_04.patch). I'd like to commit it tomorrow.

This one is the last one (hopefully), and it supports builtin methods properly -- i.e. works around 'self' parameter correctly. To do that, I check if the '__text_signature__' starts with "($", etc.
History
Date User Action Args
2014-01-28 18:02:10yselivanovsetrecipients: + yselivanov, terry.reedy, ncoghlan, larry, michael.foord, Claudiu.Popa, Yury.Selivanov
2014-01-28 18:02:10yselivanovsetmessageid: <1390932130.07.0.401607737422.issue17481@psf.upfronthosting.co.za>
2014-01-28 18:02:10yselivanovlinkissue17481 messages
2014-01-28 18:02:10yselivanovcreate