STINNER Victor added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26802>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to