Gregory P. Smith <[EMAIL PROTECTED]> added the comment: This also happens on Linux:
read -> x Exception in thread Thread-1: Traceback (most recent call last): File "/home/greg/sandbox/python/trunk/Lib/threading.py", line 523, in __bootstrap_inner self.run() File "/home/greg/sandbox/python/trunk/Lib/threading.py", line 478, in run self.__target(*self.__args, **self.__kwargs) File "../socket_oobinline.py", line 20, in server data = conn.recv(1024, socket.MSG_OOB) error: [Errno 22] Invalid argument I need to look up what the exact behavior should be. ---------- title: socket's SO_OOBINLINE option does not work on OS X and FreeBSD -> socket's SO_OOBINLINE option does not work _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3278> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com