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:40:03 +0000 (00:40 -0800)
committerGregory P. Smith <greg@krypto.org>
Thu, 16 Feb 2012 08:40:03 +0000 (00:40 -0800)
commitb4b605624d9a44f5c208f29e869203796dfb054c
tree5ee6f8cc67ef1d98d74dd40e5560c4684246e989
parentc0b1172459bbc0ca507f6d21809cc421e0800145
Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF.
Lib/pty.py
Lib/test/test_pty.py