summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2012-02-16 08:35:43 (GMT)
committerGregory P. Smith <greg@krypto.org>2012-02-16 08:35:43 (GMT)
commit5b791fb548ac5ec6f17cf652d6d96f99d8e0f4ef (patch)
treef7aa47786a1f9ba1f4f2b34b3bd5611352f06a2d /Misc/NEWS
parentda57819efa3283a2bb86ad2629286bc5477ab0e0 (diff)
parent58e7c1dc024345bbd1a37dc9acbaca6af929d527 (diff)
downloadcpython-5b791fb548ac5ec6f17cf652d6d96f99d8e0f4ef.zip
cpython-5b791fb548ac5ec6f17cf652d6d96f99d8e0f4ef.tar.gz
cpython-5b791fb548ac5ec6f17cf652d6d96f99d8e0f4ef.tar.bz2
Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 49d1851..a1810ae 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -466,6 +466,8 @@ Core and Builtins
Library
-------
+- Issue #2489: pty.spawn could consume 100% cpu when it encountered an EOF.
+
- Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().
- Issue #13777: Add PF_SYSTEM sockets on OS X.