[issue39098] OSError: handle closed, ProcessPoolExecutor shutdown(wait=False)

2021-10-18 Thread Irit Katriel
Irit Katriel added the comment: 3.7 and 3.8 are no longer receiving bugfixes. Changing type because crash typically refers to segfaults and hangs, not exceptions. -- nosy: +iritkatriel resolution: -> fixed stage: -> resolved status: open -> closed type: crash -> behavior versions:

[issue39098] OSError: handle closed, ProcessPoolExecutor shutdown(wait=False)

2020-02-17 Thread Patrick Buxton
Patrick Buxton added the comment: This should be fixed with https://github.com/python/cpython/pull/17670 for https://bugs.python.org/issue39104, but only for version 3.9 as no backport!! -- ___ Python tracker

[issue39098] OSError: handle closed, ProcessPoolExecutor shutdown(wait=False)

2019-12-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- title: OSError: handle is closed in ProcessPoolExecutor on shutdown(wait=False) -> OSError: handle closed, ProcessPoolExecutor shutdown(wait=False) ___ Python tracker