[Python-Dev] test_asynchat.py broken on Windows (original) (raw)
Tim Peters tim.one@home.com
Mon, 29 Oct 2001 14:45:47 -0500
- Previous message: [Python-Dev] [UPDATE] PEP 274, Dict Comprehensions
- Next message: [Python-Dev] class dict of subtyped types
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Here on Windows, current CVS:
C:\Code\python\PCbuild>python ../lib/test/test_asynchat.py Traceback (most recent call last): File "../lib/test/test_asynchat.py", line 58, in ? main() File "../lib/test/test_asynchat.py", line 53, in main c = echo_client() File "../lib/test/test_asynchat.py", line 34, in init self.connect((HOST, PORT)) File "C:\CODE\PYTHON\lib\asyncore.py", line 311, in connect raise socket.error, err socket.error: 2
The DOS box is frozen at this point, but not accumulating any cycles. Worked 12 hours ago. What about Linux?
- Previous message: [Python-Dev] [UPDATE] PEP 274, Dict Comprehensions
- Next message: [Python-Dev] class dict of subtyped types
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]