]> granicus.if.org Git - python/commit
Bug #1608: use -fwrapv when GCC supports it. This is important, newer
authorGuido van Rossum <guido@python.org>
Thu, 13 Dec 2007 20:42:33 +0000 (20:42 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 13 Dec 2007 20:42:33 +0000 (20:42 +0000)
commitd4029c8fda1e6f22d2bb95d248b306dd7d42b038
tree50bfbed2fedfc2f0a5fde188d9a6936b16486688
parent483704508d2e2271e6eb0090ebaec7ae086f3db8
Bug #1608: use -fwrapv when GCC supports it.  This is important, newer
GCC versions may optimize away overflow buffer overflow checks without
this option!  Thanks to Ismail Donmez.  No thanks to the GCC devs.
Misc/ACKS
Misc/NEWS
README
configure
configure.in