[New-bugs-announce] [issue25561] unstable result of time.monotonic

Ivan Bykov report at bugs.python.org
Thu Nov 5 14:57:36 EST 2015


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')
>>> 
Result of test.py:
C:\1>"test.py"
0.000000 0.001000
C:\1>"test.py"
0.000000 0.001001
C:\1>"test.py"
0.000000 0.001000
C:\1>"test.py"
0.016000 0.001000
C:\1>"test.py"
0.000000 0.001000
C:\1>"test.py"
0.016000 0.001000
C:\1>"test.py"
0.000000 0.001000
C:\1>"test.py"
0.000000 0.001000
C:\1>"test.py"
0.016000 0.001000

----------
components: Windows
files: test.py
messages: 254136
nosy: haypo, ivb, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: unstable result of time.monotonic
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file40957/test.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25561>
_______________________________________


More information about the New-bugs-announce mailing list