On 04/08/07, Jeffrey Yasskin <[EMAIL PROTECTED]> wrote: > Well, regardless of the brokenness of the patch, I do get two > different failures from this test on OSX. The first is caused by > trying to socket.bind() a port that's already been bound recently: > > Exception in thread Thread-2: > Traceback (most recent call last): > File "/Users/jyasskin/src/python/test_asyncore/Lib/threading.py", > line 464, in __bootstrap > self.run() > File "/Users/jyasskin/src/python/test_asyncore/Lib/threading.py", > line 444, in run > self.__target(*self.__args, **self.__kwargs) > File "Lib/test/test_asyncore.py", line 59, in capture_server > serv.bind(("", PORT)) > File "<string>", line 1, in bind > socket.error: (48, 'Address already in use')
Patch number 1767834 -- uncommitted as yet -- fixes this problem. -- Cheers, Hasan Diwan <[EMAIL PROTECTED]> _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com