SubProcess: use non-blocking waitpid
authorZac Medico <zmedico@gentoo.org>
Thu, 16 Feb 2012 05:13:38 +0000 (21:13 -0800)
committerZac Medico <zmedico@gentoo.org>
Thu, 16 Feb 2012 05:13:38 +0000 (21:13 -0800)
commit9c664779a16f6cbca8a5ffe7f6b0c68572819723
tree1c91b5aa5e67c0f09962bc58e65ef660d2b8b21e
parent5697972e9f2a3021ca6ed99b24e23e32f7515bf9
SubProcess: use non-blocking waitpid

This ensures that the EventLoop will not stop due to a waitpid call
blocking forever.
pym/_emerge/SubProcess.py