This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cheryl.sabella
Recipients cheryl.sabella
Date 2019-03-28.09:49:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553766568.14.0.657766350537.issue36461@roundup.psfhosted.org>
In-reply-to
Content
#6422 implemented the autorange function for timeit, but in msg272704, Steven D'Aprano outlined follow-up change requests to that patch.

- make the 0.2s time configurable;
- have `timeit` and `repeat` methods (and functions) fall back 
  on `autorange` if the number is set to 0 or None.

Opening this ticket for those change requests.
History
Date User Action Args
2019-03-28 09:49:28cheryl.sabellasetrecipients: + cheryl.sabella
2019-03-28 09:49:28cheryl.sabellasetmessageid: <1553766568.14.0.657766350537.issue36461@roundup.psfhosted.org>
2019-03-28 09:49:28cheryl.sabellalinkissue36461 messages
2019-03-28 09:49:27cheryl.sabellacreate