This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients mark.dickinson, python-dev, rhettinger, skrah, vstinner
Date 2011-06-04.17:14:33
SpamBayes Score 0.000903157
Marked as misclassified No
Message-id <E1QSuQi-0007bZ-AO@dinsdale.python.org>
In-reply-to
Content
New changeset c3fe54781244 by Mark Dickinson in branch 'default':
Issue #12080: Fix a performance issue in Decimal._power_exact that causes some corner-case Decimal.__pow__ calls to take an unreasonably long time.
http://hg.python.org/cpython/rev/c3fe54781244
History
Date User Action Args
2011-06-04 17:14:34python-devsetrecipients: + python-dev, rhettinger, mark.dickinson, vstinner, skrah
2011-06-04 17:14:33python-devlinkissue12080 messages
2011-06-04 17:14:33python-devcreate