]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581)
authorStefan Krah <skrah@bytereef.org>
Fri, 21 Feb 2020 00:52:47 +0000 (01:52 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Feb 2020 00:52:47 +0000 (01:52 +0100)
commit90930e65455f60216f09d175586139242dbba260
tree04d12963cae3cfd86430ca5a0480727c1e70439c
parent6c444d0dab8f06cf304263b34beb299101cef3de
bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581)
Lib/test/test_decimal.py
Modules/_decimal/libmpdec/mpdecimal.c
Modules/_decimal/tests/deccheck.py