bpo-34054: multiprocessing uses time.monotonic() by vstinner · Pull Request #8118 · python/cpython

@vstinner

The multiprocessing module now uses the monotonic clock
time.monotonic() instead of the system clock time.time() to implement
timeout.

@vstinner

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 6, 2018
The multiprocessing module now uses the monotonic clock
time.monotonic() instead of the system clock time.time() to implement
timeouts.
(cherry picked from commit c2368cb)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 6, 2018
The multiprocessing module now uses the monotonic clock
time.monotonic() instead of the system clock time.time() to implement
timeouts.
(cherry picked from commit c2368cb)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

miss-islington added a commit that referenced this pull request

Jul 6, 2018
The multiprocessing module now uses the monotonic clock
time.monotonic() instead of the system clock time.time() to implement
timeouts.
(cherry picked from commit c2368cb)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

miss-islington added a commit that referenced this pull request

Jul 6, 2018
The multiprocessing module now uses the monotonic clock
time.monotonic() instead of the system clock time.time() to implement
timeouts.
(cherry picked from commit c2368cb)

Co-authored-by: Victor Stinner <vstinner@redhat.com>