This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author oefe
Recipients oefe
Date 2008-11-23.21:29:08
SpamBayes Score 0.00057410065
Marked as misclassified No
Message-id <1227475750.08.0.401391689781.issue4397@psf.upfronthosting.co.za>
In-reply-to
Content
test_socket fails randomly in about 1 of 50 iterations (MacOS X 10.5.5 
intel):

$ for ((;;)); do DYLD_FRAMEWORK_PATH=/Users/martina/Downloads/Python-
3.0rc3: ./python.exe -E -bb ./Lib/test/regrtest.py -l test_socket;done
test_socket
1 test OK.

...

test_socket
test test_socket failed -- Traceback (most recent call last):
  File "/Users/martina/Downloads/Python-3.0rc3/Lib/test/test_socket.py", 
line 121, in _tearDown
    self.fail(msg)
AssertionError: [Errno 57] Socket is not connected

1 test failed:
    test_socket
test_socket
1 test OK.

...
History
Date User Action Args
2008-11-23 21:29:10oefesetrecipients: + oefe
2008-11-23 21:29:10oefesetmessageid: <1227475750.08.0.401391689781.issue4397@psf.upfronthosting.co.za>
2008-11-23 21:29:09oefelinkissue4397 messages
2008-11-23 21:29:08oefecreate