[New-bugs-announce] [issue10739] Subprocess behavior on Windows

Ross Lagerwall report at bugs.python.org
Mon Dec 20 08:29:17 CET 2010


New submission from Ross Lagerwall <rosslagerwall at gmail.com>:

On Windows, creating a subprocess does not work when stdin (or stdout or stderr) is set as a file object created from socket.makefile(). An IOError is thrown.

This works fine on Unix so I assume it is a platform limitation rather than a Python bug.

If this is so then this should be documented under the subprocess module.

----------
assignee: docs at python
components: Documentation, Library (Lib)
files: test.py
messages: 124382
nosy: docs at python, rosslagerwall
priority: normal
severity: normal
status: open
title: Subprocess behavior on Windows
type: behavior
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file20115/test.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10739>
_______________________________________


More information about the New-bugs-announce mailing list