Message 135013 - Python tracker (original) (raw)

Here is a proof-of-concept patch that makes concurrent.futures able to detect killed processes. Works only under POSIX, and needs . I'm not sure it's a good idea to change the multiprocessing public API (SimpleQueue.get()) for this.