diff options
author | Ned Deily <nad@acm.org> | 2011-04-09 21:58:04 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-04-09 21:58:04 (GMT) |
commit | 4e6aba6f6352acd0f40a7677c678afa4079a85ba (patch) | |
tree | 350b923fa18a99399f5c7cf08725adec7492a026 /Misc | |
parent | 131a6414dd023d8bfa71a05e76030c1e0aaf2c1d (diff) | |
parent | 2604e33f3002c48437df2f013a085197be8aba8d (diff) | |
download | cpython-4e6aba6f6352acd0f40a7677c678afa4079a85ba.zip cpython-4e6aba6f6352acd0f40a7677c678afa4079a85ba.tar.gz cpython-4e6aba6f6352acd0f40a7677c678afa4079a85ba.tar.bz2 |
Issue9670: Merge backout from 3.2.
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.3 Alpha 1? 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. |