Home | History | Annotate | Download | only in Objects

Lines Matching full:posix_errno

860     long posix_errno;
874 posix_errno = winerror_to_errno(errcode);
878 o_errcode = PyInt_FromLong(posix_errno);