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, vstinner
Date 2017-03-14.21:36:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489527382.61.0.961347131551.issue29811@psf.upfronthosting.co.za>
In-reply-to
Content
call_method() of typeobject.c has been optimized to avoid temporary method object and to avoid temporary tuple in the issue #29507.

Optimizing callmethod() of call.c was already discussed on issue #29507 but no decision was taken. Since call.c code is more complex, I created a new issue.
History
Date User Action Args
2017-03-14 21:36:22vstinnersetrecipients: + vstinner, methane
2017-03-14 21:36:22vstinnersetmessageid: <1489527382.61.0.961347131551.issue29811@psf.upfronthosting.co.za>
2017-03-14 21:36:22vstinnerlinkissue29811 messages
2017-03-14 21:36:22vstinnercreate