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 pprindeville
Recipients pprindeville
Date 2022-04-04.22:52:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649112769.31.0.762771306668.issue47222@roundup.psfhosted.org>
In-reply-to
Content
I'd like to see handlers exposes for the stdout and stderr pipe-reading threads so that I could customize what's done with the data as it's read.

I might, for instance, want to:

(1) accumulate it into a buffer;
(2) copy it onto sys.stdout or sys.stderr, respectively;
(3) send it to a logging object;

or some combination of the above, possibly all of them.
History
Date User Action Args
2022-04-04 22:52:49pprindevillesetrecipients: + pprindeville
2022-04-04 22:52:49pprindevillesetmessageid: <1649112769.31.0.762771306668.issue47222@roundup.psfhosted.org>
2022-04-04 22:52:49pprindevillelinkissue47222 messages
2022-04-04 22:52:49pprindevillecreate