Files
cpython/Python
Victor Stinner 282124b8c4 Closes #22258: Fix the the internal function set_inheritable() on 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).
2014-09-02 11:41:04 +02:00
..
2013-07-27 02:41:03 +02:00
2013-12-31 22:02:22 -06:00
2013-03-20 00:39:41 -05:00
2012-10-05 01:04:27 +02:00
2014-02-19 23:05:26 -05:00
2013-09-26 22:21:41 -04:00