Sun, 19 Apr 2015 20:52:49 +0300
Cranked up the runaway (8 was only for testing)
--- a/calc.py Sun Apr 19 20:49:43 2015 +0300 +++ b/calc.py Sun Apr 19 20:52:49 2015 +0300 @@ -507,7 +507,7 @@ while x > 0: runaway += 1 - if runaway > 8: + if runaway > 1000: raise ValueError('runaway triggered') i = (x % divisor) / (divisor / PreferredBase)