[Python-Dev] [Python-3000] test_asyncore fails intermittently on Darwin

Jean-Paul Calderone exarkun at divmod.com
Mon Jul 30 12:02:02 CEST 2007


On Sun, 29 Jul 2007 23:40:29 -0700, Hasan Diwan <hasan.diwan at gmail.com> wrote:
>The issue seems to be in the socket.py close method. It needs to sleep
>socket.SO_REUSEADDR seconds before returning. Yes, it is a simple fix
>in python, but the socket code is C. I found some code in socket.py
>and made the changes. Patch is available at
>http://sourceforge.net/tracker/index.php?func=detail&aid=1763387&group_id=5470&atid=305470
>-- enjoy your week.

Uh, no, that's basically totally wrong.  Details on the ticket.

>--
>Cheers,
>Hasan Diwan <hasan.diwan at gmail.com>
>_______________________________________________
>Python-3000 mailing list
>Python-3000 at python.org
>http://mail.python.org/mailman/listinfo/python-3000
>Unsubscribe: http://mail.python.org/mailman/options/python-3000/exarkun%40divmod.com
>


More information about the Python-Dev mailing list