Revision 54cf6599 lib/daemon.py
b/lib/daemon.py | ||
---|---|---|
51 | 51 |
try: |
52 | 52 |
while not self.quit: |
53 | 53 |
try: |
54 |
io_events = poller.poll(1000)
|
|
54 |
io_events = poller.poll() |
|
55 | 55 |
except select.error, err: |
56 | 56 |
# EINTR can happen when signals are sent |
57 | 57 |
if err.args and err.args[0] in (errno.EINTR,): |
Also available in: Unified diff