]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38823: Fix refleak in marshal init error path (GH-17260)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 Nov 2019 10:15:22 +0000 (02:15 -0800)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2019 10:15:22 +0000 (02:15 -0800)
commit63f09e7628bd72f1bb2106226655b1f775757806
tree57a5831ce5ad8f0aa6a6ad12ea433c06008c367a
parent755caaa753577b907bb7e94560f8adf5eb694d6b
bpo-38823: Fix refleak in marshal init error path (GH-17260)

(cherry picked from commit 33b671e72450bf4b5a946ce0dde6b7fe21150108)

Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
Python/marshal.c