Пример #1
0
 def _async_waitpid(self):
     # Ignore this event, since we want to ensure that we exit
     # only after _async_func_reader_exit has reached EOF.
     if self._async_func_reader is None:
         ForkProcess._async_waitpid(self)
Пример #2
0
 def _async_waitpid(self):
     # Ignore this event, since we want to ensure that we
     # exit only after _digest_pipe_reader has reached EOF.
     if self._digest_pipe_reader is None:
         ForkProcess._async_waitpid(self)