[Python-bugs-list] [ python-Bugs-443784 ] test_poll hangs in cygwin

noreply@sourceforge.net noreply@sourceforge.net
Mon, 23 Jul 2001 05:59:55 -0700


Bugs item #443784, was opened at 2001-07-23 05:59
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=443784&group_id=5470

Category: Windows
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeff Epler (jepler)
Assigned to: Tim Peters (tim_one)
Summary: test_poll hangs in cygwin

Initial Comment:
Fresh install of cygwin32.  Fresh checkout of descr-
branch.  Windows 98.

test_poll hangs.  

Output when running test_poll manually:
Running poll test 1
 This is a test.
 This is a test.
 This is a test.
 This is a test.
 This is a test.
 This is a test.
 This is a test.
 This is a test.
 This is a test.
 This is a test.
 This is a test.
 This is a test.
Traceback (most recent call last):
  File "<string>", line 1, in ?
  File "/usr/lib/python2.1/test/test_poll.py", line 
171, in ?
    test_poll1()
  File "/usr/lib/python2.1/test/test_poll.py", line 
65, in test_poll1
    poll_unit_tests()
  File "/usr/lib/python2.1/test/test_poll.py", line 
77, in poll_unit_tests
    r = p.poll()
KeyboardInterrupt


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=443784&group_id=5470