Staging
v0.5.1
https://github.com/python/cpython
Revision 631df7550f417d2cc529c4be188fc0abfdc6202b authored by Gregory P. Smith on 18 March 2008, 19:21:40 UTC, committed by Gregory P. Smith on 18 March 2008, 19:21:40 UTC
 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.
1 parent 549171e
History
Tip revision: 631df7550f417d2cc529c4be188fc0abfdc6202b authored by Gregory P. Smith on 18 March 2008, 19:21:40 UTC
Backport r61450 from trunk:
Tip revision: 631df75

README

back to top