summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-03-13 18:31:36 (GMT)
committerNed Deily <nad@acm.org>2012-03-13 18:31:36 (GMT)
commit577c830531ae6d021ac6f3ca7d9a5c44c879b068 (patch)
treea72a77885453fdd1057e2b472b688a7a3e7ba525 /Misc
parentbd273c1ec320e3cfda41e5739180d86e052cbc80 (diff)
parent7ca97d5208e37690f43045d5f89098f42d88fd0f (diff)
downloadcpython-577c830531ae6d021ac6f3ca7d9a5c44c879b068.zip
cpython-577c830531ae6d021ac6f3ca7d9a5c44c879b068.tar.gz
cpython-577c830531ae6d021ac6f3ca7d9a5c44c879b068.tar.bz2
Issue #14184: merge
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 85b7c9f..4457c6c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,9 @@ Core and Builtins
Library
-------
+- Issue #14184: Increase the default stack size for secondary threads on
+ Mac OS X to avoid interpreter crashes when using threads on 10.7.
+
- Issue #14180: time.ctime(), gmtime(), time.localtime(),
datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() and
datetime.datetime.utcfromtimestamp() now raises an OverflowError, instead of