Victor Stinner 3116cc44af Fix os.set_inheritable() on Android
Issue #27057: Fix os.set_inheritable() on Android, ioctl() is blocked by
SELinux and fails with EACCESS. The function now falls back to fcntl().

Patch written by Michał Bednarski.
2016-05-19 16:46:18 +02:00
..
2015-03-18 15:01:44 +01:00
2015-02-14 15:17:47 -05:00
2016-05-16 22:54:05 -07:00
2016-01-22 14:09:55 +01:00
2016-04-12 22:28:49 +02:00
2016-01-20 11:12:38 +01:00

Miscellaneous source files for the main Python shared library