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

noreply@sourceforge.net noreply@sourceforge.net
Thu, 06 Dec 2001 07:11:39 -0800


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: Closed
>Resolution: Works For Me
Priority: 5
Submitted By: Jeff Epler (jepler)
>Assigned to: Michael Hudson (mwh)
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: Michael Hudson (mwh)
Date: 2001-12-06 07:11

Message:
Logged In: YES 
user_id=6656

This now works.  Or rather, it worked when Python still
built on cygwin, but that's another problem (and may not be
Python's fault).

Closing.

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

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