mirror of
https://github.com/python/cpython.git
synced 2026-08-16 16:08:58 +08:00
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.
Miscellaneous source files for the main Python shared library