1488
1488
condition_names.iteritems()
1490
logger.debug(u"Handling IPC: FD = %d, condition = %s", source,
1493
1490
# error or the other end of multiprocessing.Pipe has closed
1494
1491
if condition & (gobject.IO_ERR | condition & gobject.IO_HUP):
1497
1494
# Read a request from the child
1498
1495
request = parent_pipe.recv()