Questions about os.waitpid(pid, options) on windows

Fan zjuwufan at gmail.com
Mon Jul 11 23:59:29 EDT 2011


It seems that waitpid take process handle instead of process id as the
first parameter on Windows.  On Unices platform, the first parameter
is process id.

This interface is a little bit confusing. What's the purpose for such
a design?

Thanks a lot,
Fan



More information about the Python-list mailing list