cpython/Lib/multiprocessing
Miss Islington (bot) 972458a424
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:14:33 -07:00
..
dummy Issue #22033: Reprs of most Python implemened classes now contain actual 2014-07-25 23:36:00 +03:00
__init__.py
connection.py bpo-34054: multiprocessing uses time.monotonic() (GH-8118) 2018-07-06 05:14:33 -07:00
context.py
forkserver.py [3.6] bpo-31308: If multiprocessing's forkserver dies, launch it again when necessary (GH-3246) (#4252) 2017-11-03 13:59:43 +01:00
heap.py
managers.py bpo-34054: multiprocessing uses time.monotonic() (GH-8118) 2018-07-06 05:14:33 -07:00
pool.py bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-882) 2017-03-29 12:50:28 +08:00
popen_fork.py [3.6] bpo-31804: Fix multiprocessing.Process with broken standard streams (GH-6079) (GH-6081) 2018-03-11 20:09:20 +01:00
popen_forkserver.py
popen_spawn_posix.py
popen_spawn_win32.py
process.py [3.6] bpo-31804: Fix multiprocessing.Process with broken standard streams (GH-6079) (GH-6081) 2018-03-11 20:09:20 +01:00
queues.py bpo-34054: multiprocessing uses time.monotonic() (GH-8118) 2018-07-06 05:14:33 -07:00
reduction.py
resource_sharer.py
semaphore_tracker.py [3.6] bpo-31310: multiprocessing's semaphore tracker should be launched again if crashed (GH-3247) (#4254) 2017-11-03 14:58:37 +01:00
sharedctypes.py
spawn.py
synchronize.py bpo-34054: multiprocessing uses time.monotonic() (GH-8118) 2018-07-06 05:14:33 -07:00
util.py [3.6] bpo-31804: Fix multiprocessing.Process with broken standard streams (GH-6079) (GH-6081) 2018-03-11 20:09:20 +01:00