This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Albert.Strasheim, aljungberg, asksol, bquinlan, gdb, gkcn, hongqn, jnoller, pitrou, vlasovskikh, vstinner
Date 2011-05-03.00:57:18
SpamBayes Score 5.503257e-07
Marked as misclassified No
Message-id <1304384240.71.0.0334161750712.issue9205@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a proof-of-concept patch that makes concurrent.futures able to detect killed processes. Works only under POSIX, and needs issue11743.
I'm not sure it's a good idea to change the multiprocessing public API (SimpleQueue.get()) for this.
History
Date User Action Args
2011-05-03 00:57:21pitrousetrecipients: + pitrou, bquinlan, vstinner, jnoller, hongqn, asksol, vlasovskikh, gdb, Albert.Strasheim, aljungberg, gkcn
2011-05-03 00:57:20pitrousetmessageid: <1304384240.71.0.0334161750712.issue9205@psf.upfronthosting.co.za>
2011-05-03 00:57:20pitroulinkissue9205 messages
2011-05-03 00:57:20pitroucreate