]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126461: Fix _Unpickler_ReadFromFile() error handling (#126485)
authorVictor Stinner <vstinner@python.org>
Wed, 6 Nov 2024 13:24:46 +0000 (14:24 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Nov 2024 13:24:46 +0000 (14:24 +0100)
commita1c57bcfd2bcbc55ff858407e09c1d8d8cee44e6
treeea60ad80561167ac16f6474df8205fabd248dcf2
parent9cba47d9f151734815a61e32391ea7fca877ea55
gh-126461: Fix _Unpickler_ReadFromFile() error handling (#126485)

Handle _Unpickler_SetStringInput() failure.
Modules/_pickle.c