]> granicus.if.org Git - python/commit
Protect against attempts to replace PyNumber_Add with PyNumber_InPlaceAdd in builtin sum
authorMark Dickinson <dickinsm@gmail.com>
Sat, 17 Oct 2009 21:46:32 +0000 (21:46 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 17 Oct 2009 21:46:32 +0000 (21:46 +0000)
commitbfd2dc747979d562916a24c715685d89c194bb56
tree2af4d6733bdbade2126a3af52eac9ebf850ebad2
parenta0e0f9eda4bf3b6ed9712a8bb992081d90249d41
Protect against attempts to replace PyNumber_Add with PyNumber_InPlaceAdd in builtin sum
Lib/test/test_builtin.py