]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107916: Save the error code before decoding the filename in PyErr_SetFromErrnoWith...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Aug 2023 11:16:31 +0000 (14:16 +0300)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2023 11:16:31 +0000 (14:16 +0300)
commit80bdebdd8593f007a2232ec04a7729bba6ebf12c
tree18b406c41aef8db030841fc066b3a9dc303cfa60
parentacbd3f9c5c5f23e95267714e41236140d84fe962
gh-107916: Save the error code before decoding the filename in PyErr_SetFromErrnoWithFilename() etc (GH-107929)
Misc/NEWS.d/next/C API/2023-08-14-10-59-03.gh-issue-107916.KH4Muo.rst [new file with mode: 0644]
Python/errors.c