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 vstinner
Recipients methane, python-dev, rhettinger, serhiy.storchaka, vstinner, yselivanov
Date 2017-03-14.21:38:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489527531.36.0.187041915573.issue29507@psf.upfronthosting.co.za>
In-reply-to
Content
call_method() of typeobject.c has been optimized by the commit 516b98161a0e88fde85145ead571e13394215f8c. I consider that the initial issue is now fixed.

I created the issue #29811 to discuss optimizing callmethod() of call.c which is more complex.
History
Date User Action Args
2017-03-14 21:38:51vstinnersetrecipients: + vstinner, rhettinger, methane, python-dev, serhiy.storchaka, yselivanov
2017-03-14 21:38:51vstinnersetmessageid: <1489527531.36.0.187041915573.issue29507@psf.upfronthosting.co.za>
2017-03-14 21:38:51vstinnerlinkissue29507 messages
2017-03-14 21:38:51vstinnercreate