This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Error piping output between scripts on Windows
Type: behavior Stage: test needed
Components: Interpreter Core, Windows Versions: Python 2.6
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Redirect cause invalid descriptor error
View: 1675026
Assigned To: Nosy List: andrei1, georg.brandl
Priority: normal Keywords:

Created on 2006-11-03 17:39 by andrei1, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg61029 - (view) Author: Andrei (andrei1) Date: 2006-11-03 17:39
I created 2 programs, one writes to stdout, the other
reads stdin:

c:\>script1.py | script2.py

Python spits out an error looking like the following:

"IOError: [Errno 9] Bad file descriptor"

This does not happen in Python 2.4.4, only in Python 2.5

Regards
msg84881 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-03-31 19:40
Duplicate of #1675026.
History
Date User Action Args
2022-04-11 14:56:21adminsetgithub: 44193
2009-03-31 19:40:15georg.brandlsetstatus: open -> closed

nosy: + georg.brandl
messages: + msg84881

superseder: Redirect cause invalid descriptor error
resolution: duplicate
2009-03-30 22:08:41ajaksu2linkissue1675026 dependencies
2009-03-30 17:22:48ajaksu2setstage: test needed
type: behavior
components: + Windows
versions: + Python 2.6, - Python 2.5
2006-11-03 17:39:53andrei1create