summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-05-19 14:46:18 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2016-05-19 14:46:18 (GMT)
commit3116cc44af1de8f261f642baba50e254b5e1592d (patch)
tree5723144656278b10936898099aca18faf3a9c1bc /Misc/NEWS
parent4962141804676b34c372c8d6941eaf8edab3bfce (diff)
downloadcpython-3116cc44af1de8f261f642baba50e254b5e1592d.zip
cpython-3116cc44af1de8f261f642baba50e254b5e1592d.tar.gz
cpython-3116cc44af1de8f261f642baba50e254b5e1592d.tar.bz2
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.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8d91d78..fcfcd4f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -123,6 +123,10 @@ Core and Builtins
Library
-------
+- 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.
+
- Issue #27014: Fix infinite recursion using typing.py. Thanks to Kalle Tuure!
- Issue #14132: Fix urllib.request redirect handling when the target only has