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. (cherry picked from commit c2368cbc) Co-authored-by:Victor Stinner <vstinner@redhat.com>
Showing
Please
register
or
sign in
to comment