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.

Author diekhans
Recipients
Date 2006-12-14.00:21:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
subprocess keeps other side of child pipe open, making
use of SIGPIPE to terminate writers in a pipeline
not possible.

This is probably a matter of documentation or
providing a method to link up processes, as 
the parent end of the pipe must remain open
until it is connected to the next process in
the pipeline.

An option to enable sigpipe in child would be
nice.

Simple example attached.
History
Date User Action Args
2007-08-23 16:12:20adminlinkissue1615376 messages
2007-08-23 16:12:20admincreate