Closed
Description
Right now EPERM / AccessDenied exceptions are swallowed, meaning children() may return less results:
Line 1385 in bf79914
This is highly unlikely as /proc/pid/stat should always be readable. Still, the code should raise the exception instead of ignoring it.