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 ncoghlan
Recipients brett.cannon, larry, ncoghlan, terry.reedy, yselivanov
Date 2014-01-19.03:30:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390102253.54.0.474194415048.issue20223@psf.upfronthosting.co.za>
In-reply-to
Content
Aye, I agree with Terry that this is a behavioural bug introduced with the new partialmethod feature - we missed adding a new test case to check that inspect.signature handled it properly.

Reviewing the patch now.
History
Date User Action Args
2014-01-19 03:30:53ncoghlansetrecipients: + ncoghlan, brett.cannon, terry.reedy, larry, yselivanov
2014-01-19 03:30:53ncoghlansetmessageid: <1390102253.54.0.474194415048.issue20223@psf.upfronthosting.co.za>
2014-01-19 03:30:53ncoghlanlinkissue20223 messages
2014-01-19 03:30:53ncoghlancreate