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 DavidDecotigny
Recipients DavidDecotigny, jnoller
Date 2008-09-06.00:38:33
SpamBayes Score 1.7273689e-05
Marked as misclassified No
Message-id <1220661515.49.0.155212431803.issue3789@psf.upfronthosting.co.za>
In-reply-to
Content
A quick fix in the user code, when we are sure we don't need the child
process if a timeout happens, is to call worker.terminate() in an except
Empty clause.
History
Date User Action Args
2008-09-06 00:38:35DavidDecotignysetrecipients: + DavidDecotigny, jnoller
2008-09-06 00:38:35DavidDecotignysetmessageid: <1220661515.49.0.155212431803.issue3789@psf.upfronthosting.co.za>
2008-09-06 00:38:34DavidDecotignylinkissue3789 messages
2008-09-06 00:38:33DavidDecotignycreate