Niall O'Higgins <[EMAIL PROTECTED]> added the comment:
This also appears to be a bug in Python 2.4.
--
versions: +Python 2.4
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.
New submission from Niall O'Higgins <[EMAIL PROTECTED]>:
socket.setsockopt() sets an optlen of '4' in the setsockopt system call
for options IP_MULTICAST_TTL and IP_MULTICAST_LOOP. On OpenBSD, this
causes the kernel to hit an error condition and set errno 22 when
Niall O'Higgins <[EMAIL PROTECTED]> added the comment:
Unfortunately I do not get this consistently from any URL. My code is
periodically polling a single HTTP server over the Internet. Quite
possibly it is triggered by some random network/remote server condition.
I have not had
New submission from Niall O'Higgins <[EMAIL PROTECTED]>:
I do a lot of urllib2 reads of HTTP URLs. From time to time, I see the
following exception being thrown:
File "/usr/local/lib/python2.5/socket.py", line 291, in read
data = self._sock.recv(recv_size)