SIGN IN SIGN UP

Create _Py_fopen() for PyUnicodeObject path

Call _wfopen() on Windows, or fopen() otherwise. Return the new file object on
success, or NULL if the file cannot be open or (if PyErr_Occurred()) on unicode
error.
V
Victor Stinner committed
f52b705be42d61066a6f4668146376470c28d8d5
Parent: 17d1e2a