[issue2005] posixmodule expects sizeof(pid_t/gid_t/uid_t) <= sizeof(long)

Petri Lehtinen report at bugs.python.org
Wed Oct 24 20:33:52 CEST 2012


Petri Lehtinen added the comment:

Yeah, it seems that uid_t and gid_t can be signed or unsigned, while pid_t is always signed.

Serhiy: What do you suggest?

----------
nosy: +petri.lehtinen

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


More information about the Python-bugs-list mailing list