[Python-Dev] Test failures on Python 2.7 (trunk) (original) (raw)

Nick Coghlan ncoghlan at gmail.com
Sat Apr 11 13:10:40 CEST 2009


Chris Withers wrote:

Hi All,

Got these when running from checkout on Mac OS: Could not find '/Users/chris/py2k/Lib/test' in sys.path to remove it ... test testasynchat produced unexpected output: ********************************************************************** error: uncaptured python exception, closing channel <test.testasynchat.echoclient at 0x263a4b8> (<class_ _'socket.error'>:[Errno 9] Bad file descriptor [/Users/chris/py2k/Lib/asyncore.py|readwrite|107] [/Users/chris/py2k/Lib/asyncore.py|handleexptevent|441] [|getsockopt|1] [/Users/chris/py2k/Lib/socket.py|dummy|165]) ...(lots of repeats of the above) ********************************************************************** testasyncore test testasyncore failed -- Traceback (most recent call last): File "/Users/chris/py2k/Lib/test/testasyncore.py", line 144, in testreadwrite self.assertEqual(tobj.read, True) AssertionError: False != True

I'm getting the asyncore failure on Linux as well (no unexpected output though - just the final exception).

Cheers, Nick.

-- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia



More information about the Python-Dev mailing list