[issue36461] timeit: Additional changes for autorange

Alessandro Cucci report at bugs.python.org
Sat May 25 01:40:53 EDT 2019


Alessandro Cucci <alessandro.cucci at gmail.com> added the comment:

Thanks Steven, I like the new name "target_time".

Just a question: why we need to check ``if number == 0:``? In the proposal you asked for None too. What changed? Even if the function is called with False, will it hurts to keep the default value?

I'll try to implement your ideas during this weekend.

----------
nosy: +acucci -Alessandro Cucci

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


More information about the Python-bugs-list mailing list