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.Shannon, pitrou, rhettinger, skrah
Date 2013-04-03.11:23:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364988193.38.0.152208757076.issue17611@psf.upfronthosting.co.za>
In-reply-to
Content
The change seems to slow down the pi float benchmark. Run this and hit
Ctrl-C after the first decimal result appears:

./python Modules/_decimal/tests/bench.py


I've run the benchmark seven times and the average for float is
something like 8-10% slower (64-bit Linux, Core 2 Duo). Decimal
is not affected.
History
Date User Action Args
2013-04-03 11:23:13skrahsetrecipients: + skrah, rhettinger, pitrou, Mark.Shannon
2013-04-03 11:23:13skrahsetmessageid: <1364988193.38.0.152208757076.issue17611@psf.upfronthosting.co.za>
2013-04-03 11:23:13skrahlinkissue17611 messages
2013-04-03 11:23:13skrahcreate