Christian Heimes added the comment: It's probably better to use pid_t through the code and add a typedef int pid_t for system's without pid_t. Or better typedef long pid_t?
On my Linux, pid_t is defined as __PID_T_TYPE, which is defines as __S32_TYPE which ends up as int. ---------- nosy: +tiran priority: -> normal type: -> behavior __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1983> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com