summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-04-09 21:50:59 (GMT)
committerNed Deily <nad@acm.org>2011-04-09 21:50:59 (GMT)
commit45e47e58edf101e7865d4bdaa2261ce1421a4209 (patch)
tree5c7f39a27b3f7b7c793ac3859e163b74343dc0fb /Misc
parent517ac72b00f34ce6fc00ea79997d5bf9464401b1 (diff)
downloadcpython-45e47e58edf101e7865d4bdaa2261ce1421a4209.zip
cpython-45e47e58edf101e7865d4bdaa2261ce1421a4209.tar.gz
cpython-45e47e58edf101e7865d4bdaa2261ce1421a4209.tar.bz2
Issue9670: Back out changeset 378b40d71175; test fails on other platforms
and on OS X with pydebug.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 81586f0..5307fe8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,11 +10,6 @@ What's New in Python 3.1.4?
Core and Builtins
-----------------
-- Issue #9670: Increase the default stack size for secondary threads on
- Mac OS X and FreeBSD to reduce the chances of a crash instead of a
- "maximum recursion depth" RuntimeError exception.
- (original patch by Ronald Oussoren)
-
- Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted
(EINTR), for example if the program is stopped with CTRL+z on Mac OS X. Patch
written by Charles-Francois Natali.