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 vlasovskikh
Recipients brian.curtin, vlasovskikh
Date 2010-04-06.18:21:41
SpamBayes Score 0.0003049414
Marked as misclassified No
Message-id <1270578103.44.0.541590143208.issue8296@psf.upfronthosting.co.za>
In-reply-to
Content
Despite of several workarounds available on the Web, the problem persists. Almost any exception that is rised in `worker` function while putting or getting tasks from queues result in Pool hang up. Currently, `worker` is only aware of Exception descendants rised inside of the map function parameter.

I've written a unit test that checks if KeyboardInterrupts are handled normally. The source code may be included in `Lib/test/test_multiprocessing.py`.
History
Date User Action Args
2010-04-06 18:21:43vlasovskikhsetrecipients: + vlasovskikh, brian.curtin
2010-04-06 18:21:43vlasovskikhsetmessageid: <1270578103.44.0.541590143208.issue8296@psf.upfronthosting.co.za>
2010-04-06 18:21:41vlasovskikhlinkissue8296 messages
2010-04-06 18:21:41vlasovskikhcreate