[Python-Dev] 2.3 maint: test_poll fails on OSX (original) (raw)
Jack Jansen Jack.Jansen at cwi.nl
Fri Dec 5 08:52:38 EST 2003
- Previous message: [Python-Dev] re: Tutorial: Brief Introduction to the Standard
- Next message: [Python-Dev] RELEASED Python 2.3.3 (release candidate 1)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
With the current state of the 2.3 maintenance branch test_poll fails:
File "/Volumes/Vuur/Users/jack/src/python-23/Lib/test/test_poll.py", line 171, in ? test_poll1() File "/Volumes/Vuur/Users/jack/src/python-23/Lib/test/test_poll.py", line 65, in test_poll1 poll_unit_tests() File "/Volumes/Vuur/Users/jack/src/python-23/Lib/test/test_poll.py", line 77, in poll_unit_tests r = p.poll() error: (9, 'Bad file descriptor')
This also looks legitimate to me: the test goes to great lengths to make sure it's passing an invalid file descriptor to poll(). But I assume there's something deeper going on that I don't understand...
Jack Jansen, <Jack.Jansen at cwi.nl>, http://www.cwi.nl/~jack If I can't dance I don't want to be part of your revolution -- Emma Goldman
- Previous message: [Python-Dev] re: Tutorial: Brief Introduction to the Standard
- Next message: [Python-Dev] RELEASED Python 2.3.3 (release candidate 1)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]