mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
Illumos. 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).
Miscellaneous source files for the main Python shared library