Protect against attempts to replace PyNumber_Add with PyNumber_InPlaceAdd in builtin sum
commitbb33f1ce84062edf6c608bd664225e3fb7050156
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 17 Oct 2009 21:46:32 +0000 (17 21:46 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 17 Oct 2009 21:46:32 +0000 (17 21:46 +0000)
treec082d8a7c4b0121e199019b7fc8d92bdf7863a8a
parent6e5ed1fc71a837e9f642f4e5297fba3cd86fb256
Protect against attempts to replace PyNumber_Add with PyNumber_InPlaceAdd in builtin sum

git-svn-id: http://svn.python.org/projects/python/trunk@75470 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_builtin.py