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 pitrou
Recipients brett.cannon, florin.papa, pitrou, r.david.murray
Date 2015-08-25.18:55:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440528946.66.0.97374607131.issue24934@psf.upfronthosting.co.za>
In-reply-to
Content
According to the docs, getargspec() should be replaced with getfullargspec(), which returns a compatible named tuple. This would probably also minimize the performance impact of the patch (I'm not sure getargspec() is in the critical path, but let's be careful).
History
Date User Action Args
2015-08-25 18:55:46pitrousetrecipients: + pitrou, brett.cannon, r.david.murray, florin.papa
2015-08-25 18:55:46pitrousetmessageid: <1440528946.66.0.97374607131.issue24934@psf.upfronthosting.co.za>
2015-08-25 18:55:46pitroulinkissue24934 messages
2015-08-25 18:55:46pitroucreate