summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-04-09 21:59:30 (GMT)
committerNed Deily <nad@acm.org>2011-04-09 21:59:30 (GMT)
commit04cb72f96884998beac97ef3a81dca3332e44917 (patch)
tree1d1257b36c6f06bd473c605a6acc52f1d4315fad /Misc
parente427f0f432d0640690e0b7a7f2d5d08cc1ad5415 (diff)
downloadcpython-04cb72f96884998beac97ef3a81dca3332e44917.zip
cpython-04cb72f96884998beac97ef3a81dca3332e44917.tar.gz
cpython-04cb72f96884998beac97ef3a81dca3332e44917.tar.bz2
Issue9670: Back out changeset b0d2b696da19; 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 034f821..ee75bda 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,11 +9,6 @@ What's New in Python 2.7.2?
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.