diff options
author | Ned Deily <nad@acm.org> | 2012-03-13 18:31:36 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-03-13 18:31:36 (GMT) |
commit | 577c830531ae6d021ac6f3ca7d9a5c44c879b068 (patch) | |
tree | a72a77885453fdd1057e2b472b688a7a3e7ba525 /Misc | |
parent | bd273c1ec320e3cfda41e5739180d86e052cbc80 (diff) | |
parent | 7ca97d5208e37690f43045d5f89098f42d88fd0f (diff) | |
download | cpython-577c830531ae6d021ac6f3ca7d9a5c44c879b068.zip cpython-577c830531ae6d021ac6f3ca7d9a5c44c879b068.tar.gz cpython-577c830531ae6d021ac6f3ca7d9a5c44c879b068.tar.bz2 |
Issue #14184: merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |