зеркало из https://github.com/mozilla/gecko-dev.git
Bug 403102 - talos needs to recognize browser crash. attempted fix for non-threadsafe popen behavior a=anodelman r=rcampbell
This commit is contained in:
Родитель
6993e88cc2
Коммит
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче