Serhiy Storchaka added the comment:

Auxiliary conversion functions for uid_t and gid_t was added in issue4591. They 
are supports unsigned types not larger than unsigned long.

If someone need the support of the platform with signed uid_t/gid_t or with 
uid_t/gid_t larger than long (I don't know such modern platforms), here's the 
patch.

----------
dependencies: +32-bits unsigned user/group identifier

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue2005>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to