]> granicus.if.org Git - python/commit
Raise KeyError instead of OverflowError when getpwuid's argument is out of
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 11 Feb 2013 18:32:47 +0000 (20:32 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 11 Feb 2013 18:32:47 +0000 (20:32 +0200)
commit55e2238272daf0a6b585cf6314abb9fdf768bbde
tree8d543e3fe04ce4b25ed75839c19449ed5db3ae86
parent66383b2e0a47cebf31586a1038e85d37c9aefadc
Raise KeyError instead of OverflowError when getpwuid's argument is out of
uid_t range.
Lib/test/test_pwd.py
Modules/pwdmodule.c