diff options
author | Ned Deily <nad@acm.org> | 2011-04-09 21:50:59 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-04-09 21:50:59 (GMT) |
commit | 45e47e58edf101e7865d4bdaa2261ce1421a4209 (patch) | |
tree | 5c7f39a27b3f7b7c793ac3859e163b74343dc0fb /Misc | |
parent | 517ac72b00f34ce6fc00ea79997d5bf9464401b1 (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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. |