STINNER Victor <vstin...@python.org> added the comment:

I modified my PR to add Windows support. On Windows, os.waitpid() status also 
requires an operation (shif right by 8 bits) to get an exitcode from the 
waitpid status. So IMO it's worth it to add it to Windows as well, which makes 
the function even more useful ;-)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40094>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to