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 kristjan.jonsson
Recipients kristjan.jonsson, neologix, pitrou, sbt
Date 2013-05-14.14:03:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368540233.82.0.487788566674.issue17969@psf.upfronthosting.co.za>
In-reply-to
Content
Richard, reading the multiprocessing.py code, it appears that your suggestion of closign and joining the Pool() object should also do the trick.  Doing that will certainly also fix this particular case.  I'll implement that in our local application code.

I'm still not happy that 2.7 has a potential exit crash if a daemon thread is left hanging :(
History
Date User Action Args
2013-05-14 14:03:53kristjan.jonssonsetrecipients: + kristjan.jonsson, pitrou, neologix, sbt
2013-05-14 14:03:53kristjan.jonssonsetmessageid: <1368540233.82.0.487788566674.issue17969@psf.upfronthosting.co.za>
2013-05-14 14:03:53kristjan.jonssonlinkissue17969 messages
2013-05-14 14:03:53kristjan.jonssoncreate