• Gregory P. Smith's avatar
    Backport r61450 from trunk: · 631df755
    Gregory P. Smith yazdı
     Fix chown on 64-bit linux.  It needed to take a long (64-bit on 64bit linux) as
     uid and gid input to accept values >=2**31 as valid while still accepting
     negative numbers to pass -1 to chown for "no change".
    
     Fixes issue1747858.
    631df755
test_posix.py 7.7 KB