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 methane
Recipients methane, serhiy.storchaka, vstinner, yselivanov
Date 2017-02-09.17:44:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486662242.53.0.846760231417.issue29507@psf.upfronthosting.co.za>
In-reply-to
Content
method_fastcall4.patch looks clean enough, and performance benefit seems nice.

I don't know current test suite covers unusual special methods.
Maybe, we can extend test_class to cover !unbound (e.g. @classmethod) case.
History
Date User Action Args
2017-02-09 17:44:02methanesetrecipients: + methane, vstinner, serhiy.storchaka, yselivanov
2017-02-09 17:44:02methanesetmessageid: <1486662242.53.0.846760231417.issue29507@psf.upfronthosting.co.za>
2017-02-09 17:44:02methanelinkissue29507 messages
2017-02-09 17:44:02methanecreate