[issue4591] uid/gid problem in os.chown

Sjoerd Mullender report at bugs.python.org
Tue Dec 9 09:25:12 CET 2008


Sjoerd Mullender <sjoerd at acm.org> added the comment:

I'm sure you meant 2^32-2 ;-).

The "fix" to use long doesn't seem right to me either.  unsigned int is
a better match with uid_t and gid_t.

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


More information about the Python-bugs-list mailing list