summaryrefslogtreecommitdiffstats
path: root/Modules/_decimal/tests/bignum.py
Commit message (Collapse)AuthorAgeFilesLines
* Use zero bottom margin.Stefan Krah2012-08-221-3/+0
|
* In the 32-bit build, dec_hash() raised InvalidOperation if the operandStefan Krah2012-08-221-0/+45
had a coefficient with MAX_PREC=425000000 digits and a negative exponent. Increasing the context limits above the official values fixes the issue and is safe (in this case!).