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

(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