cpython/Lib/multiprocessing
Miss Islington (bot) 4bd5fce27d
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 c2368cbc83)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
2018-07-06 05:11:21 -07:00
..
dummy
__init__.py
connection.py bpo-34054: multiprocessing uses time.monotonic() (GH-8118) 2018-07-06 05:11:21 -07:00
context.py
forkserver.py
heap.py
managers.py bpo-34054: multiprocessing uses time.monotonic() (GH-8118) 2018-07-06 05:11:21 -07:00
pool.py
popen_fork.py
popen_forkserver.py
popen_spawn_posix.py
popen_spawn_win32.py Revert "bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)" (GH-7963) 2018-06-27 15:17:34 +02:00
process.py
queues.py bpo-34054: multiprocessing uses time.monotonic() (GH-8118) 2018-07-06 05:11:21 -07:00
reduction.py Revert "bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)" (GH-7963) 2018-06-27 15:17:34 +02:00
resource_sharer.py
semaphore_tracker.py
sharedctypes.py
spawn.py Revert "bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)" (GH-7963) 2018-06-27 15:17:34 +02:00
synchronize.py bpo-34054: multiprocessing uses time.monotonic() (GH-8118) 2018-07-06 05:11:21 -07:00
util.py