]> 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:47 +0000 (05:47 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 4 Oct 2006 05:47:47 +0000 (05:47 +0000)
commit10525ad31383e33c6e2dcdfcc9180ada55fa3b50
treed089bc2b2ef19eb4ced5b07150db8038e0399ca8
parenta027bac30aef8eeb129a9173dfc1c4dfedc44993
Fix integer negation and absolute value to not rely
on undefined behaviour of the C compiler anymore.
Lib/test/test_builtin.py
Misc/NEWS
Objects/intobject.c