mirror of
https://github.com/python/cpython.git
synced 2026-05-13 07:59:04 -04:00
282124b8c4
This platform exposes the function ioctl(FIOCLEX), but calling it fails with errno is ENOTTY: "Inappropriate ioctl for device". set_inheritable() now falls back to the slower fcntl() (F_GETFD and then F_SETFD).