bpo-38353: Simplify calculate_pybuilddir() (GH-16614)
Calling _Py_wfopen() is enough to check if filename is an existing file or not. There is no need to check first isfile().
Showing
Please register or sign in to comment
Calling _Py_wfopen() is enough to check if filename is an existing file or not. There is no need to check first isfile().