commit | c2368cbc83ca2bafeaea0e4760be4996046d0444 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Fri Jul 06 13:51:52 2018 +0200 |
committer | GitHub <noreply@github.com> | Fri Jul 06 13:51:52 2018 +0200 |
tree | e68abf5dc1a0a3299fda6763410cb41a300cda74 | |
parent | 6f19fc6d5607040ee36153a64a2ed004582af91f [diff] |
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.