summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-11-12 05:14:05 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-11-12 05:14:05 (GMT)
commit63bf149a264a246f109683d6ac54f84859a89660 (patch)
treeb4aabf6cabd425241282eb25726079a37544ab82 /Misc
parentf354894e7b35b09dabacdbcb1b812b290b0457a2 (diff)
downloadcpython-63bf149a264a246f109683d6ac54f84859a89660.zip
cpython-63bf149a264a246f109683d6ac54f84859a89660.tar.gz
cpython-63bf149a264a246f109683d6ac54f84859a89660.tar.bz2
Patch #1418: Make the AC_REPLACE_FUNCS object files actually work.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 17b7833..dfc5256 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1047,6 +1047,8 @@ Tools/Demos
Build
-----
+- Patch #1418: Make the AC_REPLACE_FUNCS object files actually work.
+
- Add a FAST_LOOPS build option that speeds-up looping by trading away
periodic threadstate and signal checking in tight loops. By default,
this option is turned-off. It should only be enabled in debugged,