]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use Thread.is_alive() instead of old-style Thread.isAlive() in subprocess.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 19 Aug 2012 17:49:39 +0000 (20:49 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 19 Aug 2012 17:49:39 +0000 (20:49 +0300)
commit377a152e0dab743b165236024f50602a325d8b93
treeaf3a6dc153785b088fc5732a059379e958fcbf3a
parenta86f18537441c8828caa49cf60a8349acd05deac
Use Thread.is_alive() instead of old-style Thread.isAlive() in subprocess.
Lib/subprocess.py