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 MrJean1
Recipients MrJean1, mark.dickinson, rhettinger
Date 2008-05-19.01:21:43
SpamBayes Score 0.00016835399
Marked as misclassified No
Message-id <1211160128.71.0.578432305952.issue2819@psf.upfronthosting.co.za>
In-reply-to
Content
The tests of the test_math_sum4.py script all pass with the latest math- 
and cmathmodule.c files for 4 different builds of Python 2.6a3:

- GNU gcc 4.0.1 on MacOS X 10.4.11 (Intel Core Duo), 32-bit
- GNU gcc 4.1.2 on RHEL 3 update 7 (Opteron), 64-bit
- Sun C 5.8 on Solaris 10 (Opteron), both 32- and 64-bit

Also interesting might be that the tests run 25+ times faster with the C 
math.sum compared to the Python implementation of msum().
 
/Jean Brouwers
History
Date User Action Args
2008-05-19 01:22:19MrJean1setspambayes_score: 0.000168354 -> 0.00016835399
recipients: + MrJean1, rhettinger, mark.dickinson
2008-05-19 01:22:11MrJean1setspambayes_score: 0.000168354 -> 0.000168354
messageid: <1211160128.71.0.578432305952.issue2819@psf.upfronthosting.co.za>
2008-05-19 01:22:04MrJean1linkissue2819 messages
2008-05-19 01:21:56MrJean1create