[Python-3000] test_asyncore fails intermittently on Darwin
Greg Ewing
greg.ewing at canterbury.ac.nz
Tue Jul 31 03:45:33 CEST 2007
Hasan Diwan wrote:
> The issue seems to be in the socket.py close method. It needs to sleep
> socket.SO_REUSEADDR seconds before returning.
WHAT??? socket.SO_REUSEADDR is a flag that you pass when
creating a socket to tell it to re-use an existing address,
not something to be used as a timeout value, as far as
I know.
--
Greg
More information about the Python-3000
mailing list