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 skrah
Recipients mark.dickinson, python-dev, rhettinger, skrah, vstinner
Date 2011-06-04.17:59:48
SpamBayes Score 0.0007490929
Marked as misclassified No
Message-id <20110604175805.GA3245@sleipnir.bytereef.org>
In-reply-to <1306072292.19.0.0160540322777.issue12080@psf.upfronthosting.co.za>
Content
Mark Dickinson <report@bugs.python.org> wrote:
> Here's a patch. Stefan, could you please review?

Mark, sorry for not replying earlier. The patch looks great.

I've also tested the patch in practice: I ran 700,000,000 random tests with
an exponent range of [-999999999, 999999999]. This took three days.

Without the patch, this would have been impossible; the range had to be
restricted to [-9999, 9999].

Unfortunately I got sidetracked reviewing the rest of the function (today
I started out on a mechanical proof of the nth-root part).

I *did* review the changes though, and I think they are correct.
History
Date User Action Args
2011-06-04 17:59:58skrahsetrecipients: + skrah, rhettinger, mark.dickinson, vstinner, python-dev
2011-06-04 17:59:48skrahlinkissue12080 messages
2011-06-04 17:59:48skrahcreate