mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 403102 - talos needs to recognize browser crash. attempted fix for non-threadsafe popen behavior a=anodelman r=rcampbell
This commit is contained in:
parent
6993e88cc2
commit
3b2184a895
@ -37,6 +37,10 @@
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
import subprocess
|
||||
#HACK - http://www.gossamer-threads.com/lists/python/bugs/593800
|
||||
#To stop non-threadsafe popen nonsense, should be removed when we upgrade to
|
||||
#python 2.5 or later
|
||||
subprocess._cleanup = lambda: None
|
||||
import signal
|
||||
import os
|
||||
import time
|
||||
|
Loading…
Reference in New Issue
Block a user