[Python-ideas] Tulip / PEP 3156 - subprocess events
Cameron Simpson
cs at zip.com.au
Sat Jan 19 01:30:38 CET 2013
On 18Jan2013 15:01, Guido van Rossum <guido at python.org> wrote:
| It is also probably the most useful, since it is
| *possible* that the parent process forks a child and then exits
| itself, where the child does all the work of the pipeline.
For me, even common. I often make grandchildren instead of children when
only the I/O matters so that I don't leave zombies around, nor spurious
processes to interfere with wait calls.
--
Cameron Simpson <cs at zip.com.au>
To have no errors
Would be life without meaning
No struggle, no joy
- Haiku Error Messages http://www.salonmagazine.com/21st/chal/1998/02/10chal2.html
More information about the Python-ideas
mailing list