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:24:24
SpamBayes Score 0.0013119127
Marked as misclassified No
Message-id <E1QSuaF-00086U-Cs@dinsdale.python.org>
In-reply-to
Content
New changeset 78d79499e7de by Mark Dickinson in branch '2.7':
Issue #12080: Fix a performance issue in Decimal._power_exact that caused some corner-case Decimal.__pow__ calls to take an unreasonably long time.
http://hg.python.org/cpython/rev/78d79499e7de
History
Date User Action Args
2011-06-04 17:24:25python-devsetrecipients: + python-dev, rhettinger, mark.dickinson, vstinner, skrah
2011-06-04 17:24:24python-devlinkissue12080 messages
2011-06-04 17:24:24python-devcreate