bpo-30966: concurrent.futures.Process.shutdown() closes queue#19738
bpo-30966: concurrent.futures.Process.shutdown() closes queue#19738vstinner merged 1 commit intopython:masterfrom vstinner:concurrent_queue_close
Conversation
Process.shutdown(wait=True) of concurrent.futures now closes explicitly the result queue.
|
|
Process.shutdown(wait=True) of concurrent.futures now closes
explicitly the result queue.
https://bugs.python.org/issue30966