]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF.
authorGregory P. Smith <greg@krypto.org>
Thu, 16 Feb 2012 08:29:12 +0000 (00:29 -0800)
committerGregory P. Smith <greg@krypto.org>
Thu, 16 Feb 2012 08:29:12 +0000 (00:29 -0800)
commit05f5953ab4854218205e4c0f04a26a9dd5b09a9c
tree3683b2cf98bd9613066f4bf7fad73675fb41293d
parent5c724a804af2ed06977af0b4e997692640b5accb
Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF.
Lib/pty.py
Lib/test/test_pty.py