Bug #264435 - Handle EAGAIN errors when writing to stdout, due to poorly
authorZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 07:02:06 +0000 (07:02 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 07:02:06 +0000 (07:02 -0000)
commit870fe63ba40d15533de33128847c8daf9e96cfb7
treefee9564813e4ffa0225222cc0d261ec64e9317d7
parent5e131fadcb46d4ca48f18a356930759ef7977483
Bug #264435 - Handle EAGAIN errors when writing to stdout, due to poorly
behaved subprocesses that set O_NONBLOCK mode on inherited file descriptors.
TODO: When possible, avoid having child processes inherit stdio file
descriptors from portage (maybe it can't be avoided with
PROPERTIES=interactive). (trunk r13306)

svn path=/main/branches/2.1.6/; revision=13477
pym/_emerge/__init__.py