• Victor Stinner's avatar
    bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642) · 3b69d911
    Victor Stinner yazdı
    multiprocessing.Queue.join_thread() now waits until the thread
    completes, even if the thread was started by the same process which
    created the queue.
    
    Fix the following warning which occurs randomly when running
    test_handle_called_with_mp_queue of test_logging.QueueListenerTest:
    
    Warning -- threading_cleanup() failed to cleanup -1 threads after 4 sec (count: 0, dangling: 1)
    3b69d911
Adı
Son kayıt (commit)
Son güncelleme
..
dummy Loading commit data...
__init__.py Loading commit data...
connection.py Loading commit data...
context.py Loading commit data...
forkserver.py Loading commit data...
heap.py Loading commit data...
managers.py Loading commit data...
pool.py Loading commit data...
popen_fork.py Loading commit data...
popen_forkserver.py Loading commit data...
popen_spawn_posix.py Loading commit data...
popen_spawn_win32.py Loading commit data...
process.py Loading commit data...
queues.py Loading commit data...
reduction.py Loading commit data...
resource_sharer.py Loading commit data...
semaphore_tracker.py Loading commit data...
sharedctypes.py Loading commit data...
spawn.py Loading commit data...
synchronize.py Loading commit data...
util.py Loading commit data...