]> 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 20:03:08 +0000 (22:03 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Feb 2013 20:03:08 +0000 (22:03 +0200)
commitc2d020090b324285bf144f29ac4da3771be7c40a
tree83b61e08fea50d104d75a7c12e64909e6ea82c50
parentd80b16dbd5cc817c452df4a114134b63977551c4
parent7cf5599346e397c3489012ad818b4f9b5d572b89
Issue #4591: Uid and gid values larger than 2**31 are supported now.
Lib/test/test_posix.py
Makefile.pre.in
Misc/NEWS
Modules/posixmodule.c
Modules/pwdmodule.c
Modules/signalmodule.c