File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -293,17 +293,9 @@ Functions
293
293
The reference point of the returned value is undefined, so that only the
294
294
difference between the results of consecutive calls is valid.
295
295
296
- On Windows versions older than Vista, :func: `monotonic ` detects
297
- :c:func: `GetTickCount ` integer overflow (32 bits, roll-over after 49.7 days).
298
- It increases an internal epoch (reference time) by 2\ :sup: `32` each time
299
- that an overflow is detected. The epoch is stored in the process-local state
300
- and so the value of :func: `monotonic ` may be different in two Python
301
- processes running for more than 49 days. On more recent versions of Windows
302
- and on other operating systems, :func: `monotonic ` is system-wide.
303
-
304
296
.. versionadded :: 3.3
305
297
.. versionchanged :: 3.5
306
- The function is now always available.
298
+ The function is now always available and always system-wide .
307
299
308
300
309
301
.. function :: monotonic_ns() -> int
You can’t perform that action at this time.
0 commit comments