Don't install twisted signal handlers, to fix restarting syscalls on SIGCHLD.
authorFelix Domke <tmbinc@elitedvb.net>
Mon, 10 Nov 2008 14:27:17 +0000 (15:27 +0100)
committerFelix Domke <tmbinc@elitedvb.net>
Mon, 10 Nov 2008 14:27:17 +0000 (15:27 +0100)
fixes #48. (hopefully)

mytest.py

index b40552cce9ba627b6a2233f680cc098fa4448985..88c035abecd0114d86bc1c66a3076dbe217c3484 100644 (file)
--- a/mytest.py
+++ b/mytest.py
@@ -61,7 +61,7 @@ try:
        from twisted.internet import reactor
 
        def runReactor():
-               reactor.run()
+               reactor.run(installSignalHandlers=False)
 except ImportError:
        print "twisted not available"
        def runReactor():