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

noreply@sourceforge.net noreply@sourceforge.net
Mon, 23 Jul 2001 14:00:29 -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: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeff Epler (jepler)
>Assigned to: Nobody/Anonymous (nobody)
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


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

>Comment By: Tim Peters (tim_one)
Date: 2001-07-23 14:00

Message:
Logged In: YES 
user_id=31435

test_poll's failure on Cygwin is already noted in the main 
README file, and isn't unique to descr-branch.  You need a 
platform expert for this; since the chance of me fixing it 
is 0, unassigned the bug.

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

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