]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Tue, 1 Nov 2022 02:18:32 +0000 (07:48 +0530)
committerGitHub <noreply@github.com>
Tue, 1 Nov 2022 02:18:32 +0000 (21:18 -0500)
commitab575050709e2b313ca9a9585f09b6f4b0560318
treeea50310d73da93ffad36bfeab28f760ed1926849
parent88297e2a8a75898228360ee369628a4a6111e2ee
GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)
Lib/test/test_math.py
Misc/NEWS.d/next/Library/2022-10-31-12-34-03.gh-issue-98897.rgNn4x.rst [new file with mode: 0644]
Modules/mathmodule.c