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 neologix
Recipients neologix, pitrou, vstinner
Date 2011-06-20.20:51:44
SpamBayes Score 8.478395e-06
Marked as misclassified No
Message-id <BANLkTi=fx-sXta_ox+tiTmuAjH6mOONtPQ@mail.gmail.com>
In-reply-to <1308517732.02.0.248465302216.issue12363@psf.upfronthosting.co.za>
Content
The patch looks good to me.
In the subprocess, why not use the standard 0 exit code in case of success?
Also, points 1 and 3 could be handled simply by having the parent
process send a signal to the child (but this wouldn't address the
timeout issue).
History
Date User Action Args
2011-06-20 20:51:45neologixsetrecipients: + neologix, pitrou, vstinner
2011-06-20 20:51:44neologixlinkissue12363 messages
2011-06-20 20:51:44neologixcreate