Adding back airtime analyzer deadlock workaround

This commit is contained in:
drigato 2014-05-07 14:07:49 -04:00
parent 83d9ec413d
commit cf0aa3556f
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class AnalyzerPipeline:
# It is super critical to initialize a separate log file here so that we # It is super critical to initialize a separate log file here so that we
# don't inherit logging/locks from the parent process. Supposedly # don't inherit logging/locks from the parent process. Supposedly
# this can lead to Bad Things (deadlocks): http://bugs.python.org/issue6721 # this can lead to Bad Things (deadlocks): http://bugs.python.org/issue6721
#AnalyzerPipeline.python_logger_deadlock_workaround() AnalyzerPipeline.python_logger_deadlock_workaround()
try: try:
if not isinstance(queue, multiprocessing.queues.Queue): if not isinstance(queue, multiprocessing.queues.Queue):