New submission from STINNER Victor <victor.stin...@haypocalc.com>:

On Windows, subprocess doesn't support close_fds=True if stdin, stdout or 
stderr is redirected to a pipe.

The problem is in the work function: popen = Popen([sys.executable, '-E', '-m', 
'test.regrtest', ...], ..., stdout=PIPE, stderr=PIPE, close_fds=True).

----------
messages: 112125
nosy: haypo
priority: normal
severity: normal
status: open
title: regrtest.py -j 2 doesn't work on Windows: remove close_fds=True on 
Windows
versions: Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9433>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to