]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-126461: Fix _Unpickler_ReadFromFile() error handling (GH-126485) (#126495)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 6 Nov 2024 13:51:39 +0000 (14:51 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Nov 2024 13:51:39 +0000 (13:51 +0000)
commit83827ad81972e8e6438a29274dbdcb923d7b1cc4
treefc8ea8b3e7fdedd0c3acae43d1c5d4597a1dc6e5
parent6e9da38866e3990df440da63bbec39a90487e261
[3.13] gh-126461: Fix _Unpickler_ReadFromFile() error handling (GH-126485) (#126495)

gh-126461: Fix _Unpickler_ReadFromFile() error handling (GH-126485)

Handle _Unpickler_SetStringInput() failure.
(cherry picked from commit a1c57bcfd2bcbc55ff858407e09c1d8d8cee44e6)

Co-authored-by: Victor Stinner <vstinner@python.org>
Modules/_pickle.c