This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, loewis, stutsman
Date 2008-01-31.21:30:02
SpamBayes Score 0.19734523
Marked as misclassified No
Message-id <1201815003.02.0.711988260679.issue1983@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-01-31 21:30:03christian.heimessetspambayes_score: 0.197345 -> 0.19734523
recipients: + christian.heimes, loewis, stutsman
2008-01-31 21:30:03christian.heimessetspambayes_score: 0.197345 -> 0.197345
messageid: <1201815003.02.0.711988260679.issue1983@psf.upfronthosting.co.za>
2008-01-31 21:30:02christian.heimeslinkissue1983 messages
2008-01-31 21:30:02christian.heimescreate