mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merged revisions 68499 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r68499 | mark.dickinson | 2009-01-10 19:14:55 +0000 (Sat, 10 Jan 2009) | 2 lines Remove an unnecessary check from test_decimal. ........
This commit is contained in:
parent
644c430f3d
commit
44e3bb6a00
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue