[issue25561] unstable result of time.monotonic

2015-11-05 Thread STINNER Victor
STINNER Victor added the comment: > 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

[issue25561] unstable result of time.monotonic

2015-11-05 Thread Ivan Bykov
New submission from Ivan Bykov: Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600 64 bit (AMD64)] on win32 Type "copyright", "credits" or "license()" for more information. >>> import platform >>> platform.win32_ver() ('7', '6.1.7601', 'SP1', 'Multiprocessor Free') >>>

[issue25561] unstable result of time.monotonic

2015-11-05 Thread Eric V. Smith
Eric V. Smith added the comment: I agree that there's no bug here: the timers are working as expected. ivb: if you disagree, please explain what behavior you expected, versus what you see. -- nosy: +eric.smith resolution: -> not a bug stage: -> resolved status: open -> closed