Skip to content

[3.12] gh-107916: Save the error code before decoding the filename in PyErr_SetFromErrnoWithFilename() etc (GH-107929)#108205

Merged
Yhg1s merged 1 commit intopython:3.12from
miss-islington:backport-80bdebd-3.12
Aug 21, 2023
Merged

[3.12] gh-107916: Save the error code before decoding the filename in PyErr_SetFromErrnoWithFilename() etc (GH-107929)#108205
Yhg1s merged 1 commit intopython:3.12from
miss-islington:backport-80bdebd-3.12

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Aug 21, 2023

…PyErr_SetFromErrnoWithFilename() etc (pythonGH-107929)

(cherry picked from commit 80bdebd)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

C API functions like PyErr_SetFromErrnoWithFilename() can use incorrect error code

4 participants