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 Roberto Martínez
Recipients Roberto Martínez
Date 2017-06-02.09:15:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496394957.59.0.444319046255.issue30549@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, I detected that a ProcessPoolExecutor hangs if the object fails to picklelize.

I attached the simplest code to reproduce the behavior. Note that the interpreter should exit after the exception but it doesn't and hangs forever.

I tested with python 3.4, 3.5 and 3.6 with the same results.
History
Date User Action Args
2017-06-02 09:15:57Roberto Martínezsetrecipients: + Roberto Martínez
2017-06-02 09:15:57Roberto Martínezsetmessageid: <1496394957.59.0.444319046255.issue30549@psf.upfronthosting.co.za>
2017-06-02 09:15:57Roberto Martínezlinkissue30549 messages
2017-06-02 09:15:57Roberto Martínezcreate