Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_WIFSIGNALED

1311         def _handle_exitstatus(self, sts, _WIFSIGNALED=os.WIFSIGNALED,
1316 if _WIFSIGNALED(sts):