]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix os.set_inheritable() on Android
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 19 May 2016 14:46:18 +0000 (16:46 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 19 May 2016 14:46:18 +0000 (16:46 +0200)
commit3116cc44af1de8f261f642baba50e254b5e1592d
tree5723144656278b10936898099aca18faf3a9c1bc
parent4962141804676b34c372c8d6941eaf8edab3bfce
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.
Misc/ACKS
Misc/NEWS
Python/fileutils.c