]> 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:35:43 +0000 (00:35 -0800)
committerGregory P. Smith <greg@krypto.org>
Thu, 16 Feb 2012 08:35:43 +0000 (00:35 -0800)
commit5b791fb548ac5ec6f17cf652d6d96f99d8e0f4ef
treef7aa47786a1f9ba1f4f2b34b3bd5611352f06a2d
parentda57819efa3283a2bb86ad2629286bc5477ab0e0
parent58e7c1dc024345bbd1a37dc9acbaca6af929d527
Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF.
Lib/test/test_pty.py
Misc/NEWS