diff options
author | Gregory P. Smith <greg@krypto.org> | 2012-02-16 08:35:43 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2012-02-16 08:35:43 (GMT) |
commit | 5b791fb548ac5ec6f17cf652d6d96f99d8e0f4ef (patch) | |
tree | f7aa47786a1f9ba1f4f2b34b3bd5611352f06a2d /Misc/NEWS | |
parent | da57819efa3283a2bb86ad2629286bc5477ab0e0 (diff) | |
parent | 58e7c1dc024345bbd1a37dc9acbaca6af929d527 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |