]> granicus.if.org Git - python/commit
Backport r61450 from trunk:
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 18 Mar 2008 19:21:40 +0000 (19:21 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 18 Mar 2008 19:21:40 +0000 (19:21 +0000)
commit631df7550f417d2cc529c4be188fc0abfdc6202b
tree4eb4f87383d7be28fbcf49252141b557baff5c3c
parent549171e1ab84e9812965050d25ab2e25dbb8d90a
Backport r61450 from trunk:
 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.
Lib/test/test_posix.py
Modules/posixmodule.c