]> 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:33:24 +0000 (20:33 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 11 Feb 2013 18:33:24 +0000 (20:33 +0200)
commitfd6e6cfa29b2289e711dc7f57f36897c78899ee7
tree8c4e153142c5cd0d123b2f53c0aee00223512ec2
parent64634eb32112c84b858ba58729e7c7246affad34
parent55e2238272daf0a6b585cf6314abb9fdf768bbde
Raise KeyError instead of OverflowError when getpwuid's argument is out of
uid_t range.
Modules/pwdmodule.c