]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-107916: Save the error code before decoding the filename in PyErr_SetFromEr...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 21 Aug 2023 12:33:46 +0000 (05:33 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2023 12:33:46 +0000 (14:33 +0200)
commit238c8d236bca2fab43453d09af69eba2bab1fcb0
treeef1251a15bcc6294991ed60538295560523c1b57
parent1ce8b92ce92e9a44ac804ea4e4c61d08d7e89a2e
[3.12] gh-107916: Save the error code before decoding the filename in PyErr_SetFromErrnoWithFilename() etc (GH-107929) (#108205)

gh-107916: Save the error code before decoding the filename in PyErr_SetFromErrnoWithFilename() etc (GH-107929)
(cherry picked from commit 80bdebdd8593f007a2232ec04a7729bba6ebf12c)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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