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 neologix
Recipients neologix, vstinner
Date 2012-03-28.07:47:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1332920833.89.0.323537797246.issue14428@psf.upfronthosting.co.za>
In-reply-to
Content
Tiny review.

Two more details:
- since it's relatively straightforward to cache the last value returned using a static variable, it might be interesting to use this to make sure that the values returned are indeed monotonic
- I'm not a native speaker, but `hires` name bothers me a bit, I'd prefer `highres` (see for example http://www.kernel.org/doc/Documentation/timers/highres.txt, the highres kernel parameter and patch-set name), or maybe `hrtime`
History
Date User Action Args
2012-03-28 07:47:14neologixsetrecipients: + neologix, vstinner
2012-03-28 07:47:13neologixsetmessageid: <1332920833.89.0.323537797246.issue14428@psf.upfronthosting.co.za>
2012-03-28 07:47:13neologixlinkissue14428 messages
2012-03-28 07:47:13neologixcreate