When os.waitid() raises OSError, discard the pid since there's
authorZac Medico <zmedico@gentoo.org>
Sat, 1 Dec 2007 21:23:40 +0000 (21:23 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 1 Dec 2007 21:23:40 +0000 (21:23 -0000)
commit2c095c3fb3325b13a42776322b829ef8d6f216c6
tree3a31e5e0c2947c709811f77b18ca8565bdbec77b
parent92ac7ae466c5aaa520b45635739bb8df29feef2b
When os.waitid() raises OSError, discard the pid since there's
no need to wait on it again.

svn path=/main/trunk/; revision=8792
pym/_emerge/__init__.py