[issue27808] os.waitpid does not return (0, 0) when child has not exited (FreeBSD)

2021-06-24 Thread Irit Katriel
Irit Katriel added the comment: See also issue34278, issue38802, issue41825. -- nosy: +iritkatriel ___ Python tracker ___ ___

[issue27808] os.waitpid does not return (0, 0) when child has not exited (FreeBSD)

2016-08-19 Thread Casey Lucas
New submission from Casey Lucas: I'm not sure if this a Python issue or a FreeBSD issue but the return value from os.waitpid is not reliably (0,0) on FreeBSD when the WNOHANG is used and the child process has not yet exited. Python docs say that the return value will be (0,0) but this is not