F:\Python\dev>py32\pcbuild\python_d.exe ../mypy/multitest2.py ../mypy/multitest2.py:19: ResourceWarning: unclosed a, b = socketpair() Process Process-1: Traceback (most recent call last): File "F:\Python\dev\py32\lib\multiprocessing\process.py", line 267, in _bootstrap self.run() File "F:\Python\dev\py32\lib\multiprocessing\process.py", line 116, in run self._target(*self._args, **self._kwargs) File "F:\Python\mypy\multitest2.py", line 14, in bar s = socket.fromfd(*args) File "F:\Python\dev\py32\lib\socket.py", line 217, in fromfd nfd = dup(fd) socket.error: [Errno 10038] An operation was attempted on something that is not a socket Traceback (most recent call last): File "../mypy/multitest2.py", line 24, in print(a.recv(100)) socket.error: [Errno 10054] An existing connection was forcibly closed by the remote host sys:1: ResourceWarning: unclosed [48833 refs] F:\Python\dev>py33\pcbuild\python_d.exe ../mypy/multitest2.py ../mypy/multitest2.py:19: ResourceWarning: unclosed a, b = socketpair() Process Process-1: Traceback (most recent call last): File "F:\Python\dev\py33\lib\multiprocessing\process.py", line 258, in _bootstrap self.run() File "F:\Python\dev\py33\lib\multiprocessing\process.py", line 95, in run self._target(*self._args, **self._kwargs) File "F:\Python\mypy\multitest2.py", line 14, in bar s = socket.fromfd(*args) File "F:\Python\dev\py33\lib\socket.py", line 219, in fromfd nfd = dup(fd) OSError: [WinError 10038] An operation was attempted on something that is not a socket [59426 refs] Traceback (most recent call last): File "../mypy/multitest2.py", line 24, in print(a.recv(100)) ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host [57444 refs]