_Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows
On Windows, Py_UNICODE is wchar_t, so we can avoid the expensive Py_UNICODE* => wchar_t* conversion.
V
Victor Stinner committed
a4a759515e2e0114d41acdada3642265c01270ac
Parent: b306d75