Why does the first loop go wrong with Python3

Ian Kelly ian.g.kelly at gmail.com
Tue May 19 11:49:24 EDT 2015


On Tue, May 19, 2015 at 8:44 AM, Cecil Westerhof <Cecil at decebal.nl> wrote:
> I looked at the documentation. Is it necessary to do a:
>     p.wait()
> afterwards?

It's good practice to clean up zombie processes by waiting on them,
but they will also get cleaned up when your script exits.



More information about the Python-list mailing list