Skip to content

bpo-36935: Remove usage of the deprecated PyErr_SetFromWindowsErrWithUnicodeFilename()#13355

Merged
vstinner merged 2 commits intopython:masterfrom
ZackerySpytz:bpo-36935-deprecated-func-_winapi
May 30, 2019
Merged

bpo-36935: Remove usage of the deprecated PyErr_SetFromWindowsErrWithUnicodeFilename()#13355
vstinner merged 2 commits intopython:masterfrom
ZackerySpytz:bpo-36935-deprecated-func-_winapi

Conversation

@ZackerySpytz
Copy link
Copy Markdown
Contributor

@ZackerySpytz ZackerySpytz commented May 16, 2019

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

https://bugs.python.org/issue36935

…UnicodeFilename()

In e895de3, the
deprecated function PyErr_SetFromWindowsErrWithUnicodeFilename() was
added in two functions in Modules/_winapi.c. This function was
deprecated in 3.3.
@ZackerySpytz
Copy link
Copy Markdown
Contributor Author

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

@vstinner vstinner merged commit eda385c into python:master May 30, 2019
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants