Message321115
In different functions, the multiprocessing module uses the system clock: time.time(). The system clock can be updated manually by the system administrator or automatically by NTP (for example).
Attached PR modifies multiprocessing to use time.monotonic() instead to not be affected by system clock changes.
time.monotonic() is always available since Python 3.5. See also the PEP 418. |
|
Date |
User |
Action |
Args |
2018-07-05 16:33:47 | vstinner | set | recipients:
+ vstinner |
2018-07-05 16:33:47 | vstinner | set | messageid: <1530808427.84.0.56676864532.issue34054@psf.upfronthosting.co.za> |
2018-07-05 16:33:47 | vstinner | link | issue34054 messages |
2018-07-05 16:33:47 | vstinner | create | |
|