]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) (#18585)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 21 Feb 2020 01:15:41 +0000 (17:15 -0800)
committerGitHub <noreply@github.com>
Fri, 21 Feb 2020 01:15:41 +0000 (02:15 +0100)
commitc6f95543b4832c3f0170179da39bcf99b40a7aa8
treea24243744829856b9f93cb6902e09c7198ade71f
parent736e0eaf5b3b0865f5dc4a105816861c7c29d3dc
bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) (#18585)

(cherry picked from commit 90930e65455f60216f09d175586139242dbba260)

Authored-by: Stefan Krah <skrah@bytereef.org>
Lib/test/test_decimal.py
Modules/_decimal/libmpdec/mpdecimal.c
Modules/_decimal/tests/deccheck.py