commit | a2777d3a55ca75f199ab4cedd8653104f2bcf40e | [log] [tgz] |
---|---|---|
author | Alex Martelli <aleaxit@gmail.com> | Sat Oct 25 12:49:56 2003 +0000 |
committer | Alex Martelli <aleaxit@gmail.com> | Sat Oct 25 12:49:56 2003 +0000 |
tree | 14e28b8cbb54273bd2384170ea672c52a93930c2 | |
parent | 5cf6394b126bcbc7a3e97d88b8b2d6fd51f3bee7 [diff] |
Changed builtin_sum to use PyNumber_InPlaceAdd (same semantics, but fixes a performance bug in sum(manylists)), same as in 2.3 maintenance branch.