SIGN IN SIGN UP

bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)

Fix the os.set_inheritable() function on FreeBSD 14 for file
descriptor opened with the O_PATH flag: ignore the EBADF error on
ioctl(), fallback on the fcntl() implementation.
V
Victor Stinner committed
c24896c0e3b32c8a9f614ef51366007b67d5c665
Parent: 15d3c14
Committed by GitHub <noreply@github.com> on 8/6/2021, 1:15:10 PM