iremove reap_workers from signaling .

This commit is contained in:
Evan Mezeske 2011-11-09 13:35:56 -07:00 committed by benoitc
parent f02b0d9cca
commit d53112bbb2

View File

@ -195,7 +195,6 @@ class Arbiter(object):
def handle_chld(self, sig, frame):
"SIGCHLD handling"
self.wakeup()
self.reap_workers()
def handle_hup(self):
"""\