• Fred Drake's avatar
    fdconv(): Do not second guess the error condition returned by · c99ff605
    Fred Drake yazdı
        PyObject_AsFileDescriptor() -- it does the same thing everywhere, so
        use it the same way everyone else does so that exceptions are
        consistent.  This means we have less code here, and we do not need to
        resort to hackish ways of getting the Python-visible function name to
        fdconv().
    c99ff605
termios.c 17.7 KB