Victor Stinner 8257b6283e (Merge 3.4) 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:49:48 +02:00
..
2014-06-16 23:07:15 -07:00
2013-12-31 22:02:22 -06:00
2013-09-26 22:21:41 -04:00

Miscellaneous source files for the main Python shared library