]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38823: Fix refleak in _tracemalloc init error handling (GH-17235)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 Nov 2019 10:26:48 +0000 (02:26 -0800)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2019 10:26:48 +0000 (02:26 -0800)
commitdaf7a082b20e59a0518cda1500add42c36ab058f
tree9b31e0aa33b8502e16f32b8e26c8161409caea8a
parent2ea4c37c1ecf05a8495211d55ed6888439b1b9cf
bpo-38823: Fix refleak in _tracemalloc init error handling (GH-17235)

(cherry picked from commit d51a363a4379385fdfe9c09a56324631465ede29)

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