[issue6508] expose setresuid

Martin v. Löwis report at bugs.python.org
Thu Sep 17 10:17:53 CEST 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

Your patch looks right, although I have a few style issues:
- the if chaining looks complicated: we don't usually have an else when 
the if returns
- make sure you use tabs consistently with the rest of the file
- it may be better to use uid_t where appropriate, see issue6873

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6508>
_______________________________________


More information about the Python-bugs-list mailing list