]> granicus.if.org Git - python/commit
Issue #4591: Uid and gid values larger than 2**31 are supported now.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Feb 2013 07:24:16 +0000 (09:24 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Feb 2013 07:24:16 +0000 (09:24 +0200)
commite4ad8aacd1b10ef14d2a6d44c4c1ebd283ede6bb
tree20c481fa5c66cc430bf8032668dec776330c630a
parent008deb7f0409808485fe1338e5b840cf62068a82
Issue #4591: Uid and gid values larger than 2**31 are supported now.
Lib/test/test_posix.py
Lib/test/test_pwd.py
Makefile.pre.in
Misc/NEWS
Modules/grpmodule.c
Modules/posixmodule.c
Modules/posixmodule.h [new file with mode: 0644]
Modules/pwdmodule.c