]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
changed builtin_sum to use PyNumber_InPlaceAdd -- unchanged semantics but
authorAlex Martelli <aleaxit@gmail.com>
Sat, 25 Oct 2003 12:47:09 +0000 (12:47 +0000)
committerAlex Martelli <aleaxit@gmail.com>
Sat, 25 Oct 2003 12:47:09 +0000 (12:47 +0000)
commitaf1b4c95f9114d13c04052c4081b2272b6b1a6ab
tree3ef4982133fc33cf749fa87df3d17faf6495c49b
parent733e26ab2a16c5aa56c1d85b88cd8557618d6125
changed builtin_sum to use PyNumber_InPlaceAdd -- unchanged semantics but
fixes performance bug with sum(lotsoflists, []).
Python/bltinmodule.c