Defunct when using subprocess.Popen

Bruce Frederiksen is_this at visible.com
Wed Jul 30 08:10:53 EDT 2008


On Wed, 30 Jul 2008 01:56:28 -0300, Gabriel Genellina wrote:

> You should call os.waitpid() after killing the child process, to let the  
> OS free the resources allocated to it.
>

The subprocess.Popen object supports a 'wait' method directly.



More information about the Python-list mailing list