]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38823: Fix refleak in marshal init error path (GH-17260)
authorBrandt Bucher <brandtbucher@gmail.com>
Wed, 20 Nov 2019 00:59:32 +0000 (16:59 -0800)
committerVictor Stinner <vstinner@python.org>
Wed, 20 Nov 2019 00:59:32 +0000 (01:59 +0100)
commit33b671e72450bf4b5a946ce0dde6b7fe21150108
tree03330a9cdc791d524c202de6f8d19c58f3a2c47a
parent2e96906da764402b4c8062dbf99171ca506f9e12
bpo-38823: Fix refleak in marshal init error path (GH-17260)
Python/marshal.c