]> 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:16:02 +0000 (02:16 -0800)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2019 10:16:02 +0000 (02:16 -0800)
commit2ea4c37c1ecf05a8495211d55ed6888439b1b9cf
tree68df5ec2180ca4592ddcb7e1a310392512f638d6
parent132243957ce834cf5ffced4bf8e39d00f6e34e5f
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