diff --git a/eventlet/hubs/twistedreactor.py b/eventlet/hubs/twistedreactor.py index 82fb61d..7b2be9c 100644 --- a/eventlet/hubs/twistedreactor.py +++ b/eventlet/hubs/twistedreactor.py @@ -48,7 +48,7 @@ class Hub: # 3-restarted state = 0 - installSignalHandlers = True + installSignalHandlers = False def __init__(self): assert Hub.state==0, ('This hub can only be instantiated once', Hub.state)