mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
8257b6283e
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