bpo-34054: multiprocessing uses time.monotonic() (GH-8118)
The multiprocessing module now uses the monotonic clock time.monotonic() instead of the system clock time.time() to implement timeouts.
V
Victor Stinner committed
c2368cbc83ca2bafeaea0e4760be4996046d0444
Parent: 6f19fc6
Committed by GitHub <noreply@github.com>
on 7/6/2018, 11:51:52 AM