mirror of https://github.com/python/cpython
Browse Source
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.pull/27635/head
committed by
GitHub
2 changed files with 8 additions and 3 deletions
Loading…
Reference in new issue