The following error is known to occur with Linux kernel versions
authorZac Medico <zmedico@gentoo.org>
Mon, 18 Aug 2008 23:24:33 +0000 (23:24 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 18 Aug 2008 23:24:33 +0000 (23:24 -0000)
commit7f7600ceae7d013cc8ad99ffa48866c28b804db6
tree2fc3228fd130b2a0775b3df98784d870690d711c
parent87758b37e613d9dee0a224b82974a910a4265614
The following error is known to occur with Linux kernel versions
less than 2.6.24:

  select.error: (4, 'Interrupted system call')

This error has been observed after a SIGSTOP, followed by SIGCONT.
Treat it similar to EAGAIN if timeout is None, otherwise just return
without any events.

Thanks to Jeremy Olexa <darkside@g.o> for reporting and testing this
patch.

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