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 dan.oreilly
Recipients andreasvc, bquinlan, dan.oreilly, giampaolo.rodola, josh.r, mark.dickinson, mdengler, pitrou
Date 2014-08-11.05:45:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407735935.46.0.164155638968.issue21423@psf.upfronthosting.co.za>
In-reply-to
Content
Another updated patch. This one changes ProcessPoolExecutor behavior so that RuntimeErrors are raised in any active Futures, and on subsequent calls to submit after the initializer fails. This makes its behavior consistent with ThreadPoolExecutor.
History
Date User Action Args
2014-08-11 05:45:36dan.oreillysetrecipients: + dan.oreilly, bquinlan, mark.dickinson, pitrou, giampaolo.rodola, mdengler, josh.r, andreasvc
2014-08-11 05:45:35dan.oreillysetmessageid: <1407735935.46.0.164155638968.issue21423@psf.upfronthosting.co.za>
2014-08-11 05:45:35dan.oreillylinkissue21423 messages
2014-08-11 05:45:35dan.oreillycreate