Sergey Fedoseev <fedoseev.ser...@gmail.com> added the comment:

Does this look like more real world example?

Before:
$ python -m perf timeit -s "t = (1, 2, 3)" "(*t, 4, 5)"
.....................
Mean +- std dev: 95.7 ns +- 2.3 ns

After:
$ python -m perf timeit -s "t = (1, 2, 3)" "(*t, 4, 5)"
.....................
Mean +- std dev: 85.1 ns +- 0.6 ns

----------

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

Reply via email to