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 vstinner
Recipients neologix, vstinner
Date 2013-09-08.09:58:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378634316.58.0.44278594571.issue18969@psf.upfronthosting.co.za>
In-reply-to
Content
I see two options:

* faulthandler calls killpg(SIGABRT) on timeout to kill child processes (but it should ignore temporary the signal to not kill itself)
* use a timeout, but shorter than the global timeout, for child processes

Not all tests use script_helper. But this is probably a different issue ;-)
History
Date User Action Args
2013-09-08 09:58:36vstinnersetrecipients: + vstinner, neologix
2013-09-08 09:58:36vstinnersetmessageid: <1378634316.58.0.44278594571.issue18969@psf.upfronthosting.co.za>
2013-09-08 09:58:36vstinnerlinkissue18969 messages
2013-09-08 09:58:36vstinnercreate