Re: os.popen3 hangs in Windows XP SP1, SP2. Python 2.5 & 2.4. Consistent test case.

2006-12-12 Thread Pierre Rouleau
On Dec 12, 10:11 am, Thomas Guettler <[EMAIL PROTECTED]> wrote: > Pierre Rouleau wrote: > > Hi all, > > > I have a consistent test case where os.popen3() hangs in Windows. The > > system hangs when retrieving the lines from the child process stdout. > > I know there were several reports related

Re: os.popen3 hangs in Windows XP SP1, SP2. Python 2.5 & 2.4. Consistent test case.

2006-12-12 Thread Thomas Guettler
Pierre Rouleau wrote: > Hi all, > > I have a consistent test case where os.popen3() hangs in Windows. The > system hangs when retrieving the lines from the child process stdout. > I know there were several reports related to os.popen3() hanging under > Windows in this group before. I had a probl

os.popen3 hangs in Windows XP SP1, SP2. Python 2.5 & 2.4. Consistent test case.

2006-12-11 Thread Pierre Rouleau
Hi all, I have a consistent test case where os.popen3() hangs in Windows. The system hangs when retrieving the lines from the child process stdout. I know there were several reports related to os.popen3() hanging under Windows in this group before. I stumbled on a case where a piece of code work