diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-11-12 05:14:05 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-11-12 05:14:05 (GMT) |
commit | 63bf149a264a246f109683d6ac54f84859a89660 (patch) | |
tree | b4aabf6cabd425241282eb25726079a37544ab82 /Misc | |
parent | f354894e7b35b09dabacdbcb1b812b290b0457a2 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |