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 vstinner
Recipients ivb, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-11-05.20:20:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446754823.31.0.388037446904.issue25561@psf.upfronthosting.co.za>
In-reply-to
Content
> unstable result of time.monotonic

I'm sorry, I don't understand your problem. What do you expect? Why do you consider that your results are a bug? You computed the duration of "import unicodedata" using the system clock and using the monotonic clock. So what?
History
Date User Action Args
2015-11-05 20:20:23vstinnersetrecipients: + vstinner, paul.moore, tim.golden, ivb, zach.ware, steve.dower
2015-11-05 20:20:23vstinnersetmessageid: <1446754823.31.0.388037446904.issue25561@psf.upfronthosting.co.za>
2015-11-05 20:20:23vstinnerlinkissue25561 messages
2015-11-05 20:20:23vstinnercreate