◐ Shell
clean mode source ↗

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

Conversation

…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

@vstinner, I have updated the PR. Please take a look.

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.

Labels