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