diff options
author | Guido van Rossum <guido@python.org> | 2007-12-13 20:50:10 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-12-13 20:50:10 (GMT) |
commit | 7c862f8077e75bc841cbf1628c70f465831f2377 (patch) | |
tree | 730841cb3eb955eba2475dae2978db0632ace58f /Misc | |
parent | 0a0e5832590f60371208f96d0e5d43876025960c (diff) | |
download | cpython-7c862f8077e75bc841cbf1628c70f465831f2377.zip cpython-7c862f8077e75bc841cbf1628c70f465831f2377.tar.gz cpython-7c862f8077e75bc841cbf1628c70f465831f2377.tar.bz2 |
Patch #1608. Someone with access to autoconf 2.61 or higher needs to
run it and check in the resulting configure file.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -167,6 +167,7 @@ Yves Dionne Daniel Dittmar Walter Dörwald Jaromir Dolecek +Ismail Donmez Dima Dorfman Cesar Douady Dean Draayer @@ -1123,6 +1123,10 @@ Tools/Demos Build ----- +- Bug #1608: use -fwrapv when GCC supports it. This is important, + newer GCC versions may optimize away overflow buffer overflow checks + without this option! + - Patch #1418: Make the AC_REPLACE_FUNCS object files actually work. - Add a FAST_LOOPS build option that speeds-up looping by trading away |