Lines Matching defs:errno
44 import errno
699 errors to the parent process, & sets errno on the following failures:
819 errno.ENOTSUP, f"{sys.platform} does not support processes."
1147 if exc.errno == errno.EINVAL:
1160 if exc.errno == errno.EINVAL:
1847 # Data format: "exception name:hex errno:description"
1967 _WNOHANG=_WNOHANG, _ECHILD=errno.ECHILD):
1989 elif e.errno == _ECHILD: