Re: passing a socket to a subprocess in windows

2010-03-16 Thread Gabriel Genellina
En Tue, 16 Mar 2010 14:10:16 -0300, Daniel Platz escribió: I have a problem with passing a socket to a subprocess in windows. It works in Linux and for windows there is a workaround in the Python doc. However, this workaround does not work. It was already noted by other people and they

passing a socket to a subprocess in windows

2010-03-16 Thread Daniel Platz
Hello! I have a problem with passing a socket to a subprocess in windows. It works in Linux and for windows there is a workaround in the Python doc. However, this workaround does not work. It was already noted by other people and they Python issue tracker http://bugs.python.org/issue5879