2523
2523
is_local_pid_dead = _posix_is_local_pid_dead
2526
for name in ['EAGAIN', 'EINTR', 'ENOTSUP', 'EACCES']
2525
_maybe_ignored = ['EAGAIN', 'EINTR', 'ENOTSUP', 'EOPNOTSUPP', 'EACCES']
2527
2527
if getattr(errno, name, None) is not None]
2530
2531
"""Flush file contents to disk if possible.