]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #4591: Uid and gid values larger than 2**31 are supported now.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Feb 2013 19:56:49 +0000 (21:56 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Feb 2013 19:56:49 +0000 (21:56 +0200)
commit7cf5599346e397c3489012ad818b4f9b5d572b89
treee3970ed7dd73a385d704121071307a05333ec054
parentac99576a8eda27d7554c5293df22d29ec9a2043d
Issue #4591: Uid and gid values larger than 2**31 are supported now.
Lib/test/test_posix.py
Makefile.pre.in
Misc/NEWS
Modules/grpmodule.c
Modules/posixmodule.c
Modules/posixmodule.h [new file with mode: 0644]
Modules/pwdmodule.c
Modules/signalmodule.c