[issue8056] Piped parent's multiprocessing.Process children cannot write to stdout

2010-06-30 Thread Vojtech Fried
Vojtech Fried vojtech.fr...@gmail.com added the comment: I have the same problem. Not only for piping but also when using redirection, e.g. 'stdout.py log.txt'. Interesting thing is that when I run it like 'python.exe stdout.py log.txt' it works. I don't see why this should matter but

[issue8056] Piped parent's multiprocessing.Process children cannot write to stdout

2010-06-30 Thread Tim Golden
Tim Golden m...@timgolden.me.uk added the comment: That's (still...) a known issue with Windows file associations and redirects: http://support.microsoft.com/kb/321788 In theory it was fixed way back when. In practise... On 30/06/2010 15:04, Vojtech Fried wrote: Vojtech

[issue8056] Piped parent's multiprocessing.Process children cannot write to stdout

2010-06-30 Thread Vojtech Fried
Vojtech Fried vojtech.fr...@gmail.com added the comment: Thanks, the registry change proposed in the article fixed it. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8056 ___

[issue8056] Piped parent's multiprocessing.Process children cannot write to stdout

2010-03-09 Thread Vilnis Termanis
Vilnis Termanis vilnis.terma...@googlemail.com added the comment: I tried to reproduce / narrow-down the cause of this with a debug build in a VM but couldn't reproduce the behaviour (neither with debug nor with standard 2.6.4 binary). I have to conclude that there is something perculiar with

[issue8056] Piped parent's multiprocessing.Process children cannot write to stdout

2010-03-04 Thread Vilnis Termanis
New submission from Vilnis Termanis vilnis.terma...@googlemail.com: Affects Win32 only (tested under Ubuntu 9.10-64 and XP-32 with v2.6.4). If script output is piped, child processes created via multiprocessing.Process cannot write to stdout. Also, trying to call stdout.flush() in child