]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix integer negation and absolute value to not rely
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 4 Oct 2006 05:47:34 +0000 (05:47 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 4 Oct 2006 05:47:34 +0000 (05:47 +0000)
commit820d6ac9d7c2743e6804914471159a1ca74cbd41
tree9fd0052d3b6b9a183a029df061b67d569f820384
parent82271f13e7eab69b909d538556e4781e971f7584
Fix integer negation and absolute value to not rely
on undefined behaviour of the C compiler anymore.
Will backport to 2.5 and 2.4.
Lib/test/test_builtin.py
Misc/NEWS
Objects/intobject.c