-
Victor Stinner authored
Calling _Py_wfopen() is enough to check if filename is an existing file or not. There is no need to check first isfile().
b96145a6
Calling _Py_wfopen() is enough to check if filename is an existing file or not. There is no need to check first isfile().