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