In portage.spawn() logging, put the read end of the pipe in O_NONBLOCK mode just...
authorZac Medico <zmedico@gentoo.org>
Fri, 3 Aug 2007 06:48:58 +0000 (06:48 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 3 Aug 2007 06:48:58 +0000 (06:48 -0000)
commita3f9506f2f577a08a122b20953af66f39e91716f
tree8fcbbbf7f6787d8af086316fbb048ee5b961adca
parentb24966c9fc12f959355a82329cec6c340c158b70
In portage.spawn() logging, put the read end of the pipe in O_NONBLOCK mode just once at the beginning. This avoids unnecessary fcntl calls and removes one more opportunity to trigger EAGAIN errors on FreeBSD.

svn path=/main/trunk/; revision=7548
pym/portage/__init__.py