popen2, 3, 4 -- will closing all returned streams result in process termination?

Paul Rubin http
Tue Dec 28 04:47:22 EST 2004


evgeni.sergeev at gmail.com (Evgeni Sergeev) writes:
> Is there assurance that the process will terminate and not sit
> in memory orphaned, waiting on its stdin, for example?

The process should receive an EOF.  It will typically handle EOF by
terminating, but that is not guaranteed.



More information about the Python-list mailing list