• Victor Stinner's avatar
    Fix os.set_inheritable() on Android · 35003947
    Victor Stinner authored
    
    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.
    35003947
fileutils.c 45.3 KB