diff options
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_decimal.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_decimal.py b/Lib/test/test_decimal.py index 4ca5c165f3..da870083d6 100644 --- a/Lib/test/test_decimal.py +++ b/Lib/test/test_decimal.py @@ -168,7 +168,6 @@ def outside_decNumber_bounds(v, context): -context.Emin > DEC_MAX_MATH): return True if not v._is_special and v and ( - len(v._int) > DEC_MAX_MATH or v.adjusted() > DEC_MAX_MATH or v.adjusted() < 1-2*DEC_MAX_MATH): return True |