[issue37859] time.process_time() constant / erratic on Windows

2019-08-14 Thread Red Glyph
Red Glyph added the comment: I see that now. The behaviour was different in Linux, though, I suppose it may benefit from a more precise counter, but since in Windows it also has a precise counter with time.perf_counter_ns(), I was expecting to see that value change, but it was mainly

[issue37859] time.process_time() constant / erratic on Windows

2019-08-14 Thread Red Glyph
Change by Red Glyph : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue37859> ___ ___

[issue37859] time.process_time() constant / erratic on Windows

2019-08-14 Thread Red Glyph
New submission from Red Glyph : Tested with - Python 3.7.4, 64-bit, Windows version (installer version) - python-3.8.0b3-embed-amd64.zip - python-3.7.2.post1-embed-amd64.zip on Windows 7 x64 Professional time.process_time() always returns the same value. If I check the value