[Python-3000] the release gods are angry at python

Ralf Schmitt schmir at gmail.com
Thu Mar 27 22:20:01 CET 2008


On Wed, Mar 26, 2008 at 7:21 AM, Neal Norwitz <nnorwitz at gmail.com> wrote:

>  * test_xmlrpc transient socket errors
>    -
> http://www.python.org/dev/buildbot/stable/g4%20osx.4%20trunk/builds/3101/step-test/0
>
>

These are caused by the accept call returning a nonblocking socket, when the
listening socket itself is nonblocking (which it is). see
http://bugs.python.org/issue1503 for more details.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-3000/attachments/20080327/b54e49b0/attachment-0001.htm 


More information about the Python-3000 mailing list