cpython/Lib/concurrent
Victor Stinner 1a275013d1
bpo-30966: concurrent.futures.Process.shutdown() closes queue (GH-19738)
Process.shutdown(wait=True) of concurrent.futures now closes
explicitly the result queue.
2020-04-27 20:53:37 +02:00
..
futures bpo-30966: concurrent.futures.Process.shutdown() closes queue (GH-19738) 2020-04-27 20:53:37 +02:00
__init__.py