On Thursday, June 2, 2016 at 8:57:13 PM UTC+12, Steven D'Aprano wrote:
>     os.waitpid(pids[i], 0)

One of the first lessons you learn, when messing about with spawning processes 
on Linux(-compatible) systems in languages other than a shell, is

    ALWAYS GOBBLE YOUR ZOMBIE CHILDREN!
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to