Message263774
> 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. | |
Date | User | Action | Args | 2016-04-19 21:16:42 | vstinner | set | recipients: + vstinner, python-dev, martin.panter, serhiy.storchaka, yselivanov, josh.r, llllllllll | 2016-04-19 21:16:42 | vstinner | set | messageid: <1461100602.13.0.0501912803175.issue26802@psf.upfronthosting.co.za> | 2016-04-19 21:16:42 | vstinner | link | issue26802 messages | 2016-04-19 21:16:42 | vstinner | create | | |