]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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 11:53:05 +0000 (04:53 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2023 11:53:05 +0000 (11:53 +0000)
commited67e60f48d4e2d881eab0ab12e31e259b126f28
tree983398bd944a6920da4a614f34f09e655be7a399
parentbe9965308022733bc7b0412a99da9fc80c6c7bef
[3.11] gh-107916: Save the error code before decoding the filename in PyErr_SetFromErrnoWithFilename() etc (GH-107929) (GH-108206)

(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