]> granicus.if.org Git - python/commit
Issue #12080: Fix a performance issue in Decimal._power_exact that causes some corner...
authorMark Dickinson <mdickinson@enthought.com>
Sat, 4 Jun 2011 17:14:23 +0000 (18:14 +0100)
committerMark Dickinson <mdickinson@enthought.com>
Sat, 4 Jun 2011 17:14:23 +0000 (18:14 +0100)
commit7ce0fa877565b6415a0384ba57c00f21b028b07f
tree5074a6fb06bdca13603566fdcc7cdf66c5923e6a
parent4dfcb1a00dbcbc76fcd152d652d3f83b53b14e45
Issue #12080: Fix a performance issue in Decimal._power_exact that causes some corner-case Decimal.__pow__ calls to take an unreasonably long time.
Lib/decimal.py
Lib/test/decimaltestdata/extra.decTest
Misc/NEWS