* Since can_poll_pty() is unsafe due to he possibility of the poll() call
authorZac Medico <zmedico@gentoo.org>
Sun, 13 Jul 2008 13:24:39 +0000 (13:24 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 13 Jul 2008 13:24:39 +0000 (13:24 -0000)
commit2cba51ec393227e8d2038aa84194162ed89c23ef
tree7dc668a02a255a88c8ad21a95b1cc13729f550e6
parent1dbc9399f3edde5140a61ec69ed54934b4dc6f51
* Since can_poll_pty() is unsafe due to he possibility of the poll() call
  blocking forever, replace it with a simpler test on /dev/null that's
  derived from a test in a glib2 configure script.

* Remove PtyReaderTestCase since it has the same problem as can_poll_pty().

svn path=/main/trunk/; revision=11039
pym/_emerge/__init__.py
pym/portage/tests/process/test_poll.py