2012/4/24 Edward C. Jones <edcjo...@comcast.net>:
> CPython 3.3.0a2 (default, Apr 24 2012, 10:47:03) [GCC 4.4.5]
> Linux-2.6.32-5-amd64-x86_64-with-debian-6.0.4 little-endian
>
> Ran "make test".  Hung during test_socket.  Used CNTL-C to exit the test.

Can you investigate what is blocked in the test? Can you at least
provide a traceback? You may try the timeout option of -m test.
Example:

$ ./python -m test --timeout=60 # seconds

> What is going on?

I'm unable to reproduce the bug, so I cannot help you :-(

Victor
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to