]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 9 Dec 2021 18:55:53 +0000 (10:55 -0800)
committerGitHub <noreply@github.com>
Thu, 9 Dec 2021 18:55:53 +0000 (10:55 -0800)
commit5ae4265b8c8042c496e569b6dbf9ef107e1d5b31
tree44038a4e1361e794723aeb8a9873ba374e623bf7
parent25254d484248f5a555d30209f455b8d8ee2e72df
bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997)

(cherry picked from commit 3363e1cb05d0d19ed172ea63606d8cb6268747fc)

Co-authored-by: Steve Dower <steve.dower@python.org>
Misc/NEWS.d/next/Library/2021-12-09-00-44-42.bpo-46018.hkTI7v.rst [new file with mode: 0644]
Modules/mathmodule.c