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