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 rhettinger
Recipients georg.brandl, rhettinger, tdriscol
Date 2009-03-31.21:17:26
SpamBayes Score 0.008741765
Marked as misclassified No
Message-id <1238534247.69.0.657295192788.issue5633@psf.upfronthosting.co.za>
In-reply-to
Content
Georg, this was your patch:  http://bugs.python.org/issue1533909

I don't think it should have been accepted so readily.  It is not
harmonious with all of the other proposals for improving timeit.

No that it is out in the wild, I think all you can do is fix-up the docs.

Also, the inner template function should have a func=func argument so
that the func() call is localized.  This affects the timings.  Part of
the concept of the module is to make the surrounding timing apparatus be
as light-weight as possible so that the timings reflect the thing being
timed without being obscured by the overhead of the timing module itself.
History
Date User Action Args
2009-03-31 21:17:27rhettingersetrecipients: + rhettinger, georg.brandl, tdriscol
2009-03-31 21:17:27rhettingersetmessageid: <1238534247.69.0.657295192788.issue5633@psf.upfronthosting.co.za>
2009-03-31 21:17:26rhettingerlinkissue5633 messages
2009-03-31 21:17:26rhettingercreate