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 josh.r, llllllllll, martin.panter, python-dev, serhiy.storchaka, vstinner, yselivanov
Date 2016-04-19.21:16:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461100602.13.0.0501912803175.issue26802@psf.upfronthosting.co.za>
In-reply-to
Content
> New changeset 15b20201cfa5 by Serhiy Storchaka in branch 'default':

Oh. I was cooking a commit, you was faster than me :-)

IMHO it's worth to make the optimization in Misc/NEWS, or maybe even in Whats new in Python 3.6.

I prepared the text:

Issue #26802: Optimize function calls only using unpacking like ``func(*tuple)`` (no other positional argument, no keyword): avoid copying the tuple. Such function calls are up to 15% faster. Patch written by Joe Jevnik.
History
Date User Action Args
2016-04-19 21:16:42vstinnersetrecipients: + vstinner, python-dev, martin.panter, serhiy.storchaka, yselivanov, josh.r, llllllllll
2016-04-19 21:16:42vstinnersetmessageid: <1461100602.13.0.0501912803175.issue26802@psf.upfronthosting.co.za>
2016-04-19 21:16:42vstinnerlinkissue26802 messages
2016-04-19 21:16:42vstinnercreate