bpo-36935: Remove usage of the deprecated PyErr_SetFromWindowsErrWithUnicodeFilename() by ZackerySpytz · Pull Request #13355 · python/cpython

@ZackerySpytz

…UnicodeFilename()

In e895de3, the
deprecated function PyErr_SetFromWindowsErrWithUnicodeFilename() was
added in two functions in Modules/_winapi.c. This function was
deprecated in 3.3.

vstinner

@ZackerySpytz

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
…UnicodeFilename() (pythonGH-13355)

In e895de3, the
deprecated function PyErr_SetFromWindowsErrWithUnicodeFilename() was
added in two functions in Modules/_winapi.c. This function was
deprecated in 3.3.