[issue35582] Argument Clinic: inline parsing code for functions with only positional parameters

STINNER Victor report at bugs.python.org
Fri Jan 11 10:47:51 EST 2019


STINNER Victor <vstinner at redhat.com> added the comment:

$ ./python -m timeit -s "from operator import add" "add(1, 2)"
Unpatched:  5000000 loops, best of 5: 40.7 nsec per loop
Patched:    10000000 loops, best of 5: 32.6 nsec per loop

We should stop you, or the timing will become negative if you continue!

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35582>
_______________________________________


More information about the Python-bugs-list mailing list