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 mouad
Recipients mouad, neologix, vstinner
Date 2011-06-25.16:37:23
SpamBayes Score 6.6139286e-08
Marked as misclassified No
Message-id <1309019844.01.0.354999303702.issue12410@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the instructive feedback :)

I totally agree i guess there is a lot of issues that i didn't think of :-(, my first thinking was to use "Pool.join" timeout argument but it was removed in 3.2 (by the way i didn't find the issue or the rational that lead to this change).

And now that i know about "faulthandler" module i guess that will make also my life easier :), i will rewrite the patch in the issue #12157 to not use any *fancy* way to check if it will hang.

cheers,
History
Date User Action Args
2011-06-25 16:37:24mouadsetrecipients: + mouad, vstinner, neologix
2011-06-25 16:37:24mouadsetmessageid: <1309019844.01.0.354999303702.issue12410@psf.upfronthosting.co.za>
2011-06-25 16:37:23mouadlinkissue12410 messages
2011-06-25 16:37:23mouadcreate