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 rhettinger
Recipients MrJean1, pitrou, rhettinger
Date 2008-05-08.02:12:35
SpamBayes Score 0.043408863
Marked as misclassified No
Message-id <1210212757.31.0.106867431033.issue2785@psf.upfronthosting.co.za>
In-reply-to
Content
Will take a look at this one but am inclined to reject it.  The timing 
benefits are marginal at best and only help in the atypical case of 
mixed floats and ints. The patch changes the type and ordering of 
intermediate sums, resulting in different answers than the standard sum
().

In contrast, the existing fast sum() was carefully designed to mimick 
the operations of the original sum(), so it always produces the same 
results.
History
Date User Action Args
2008-05-08 02:12:37rhettingersetspambayes_score: 0.0434089 -> 0.043408863
recipients: + rhettinger, pitrou, MrJean1
2008-05-08 02:12:37rhettingersetspambayes_score: 0.0434089 -> 0.0434089
messageid: <1210212757.31.0.106867431033.issue2785@psf.upfronthosting.co.za>
2008-05-08 02:12:36rhettingerlinkissue2785 messages
2008-05-08 02:12:35rhettingercreate