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
Date 2008-02-03.19:58:42
SpamBayes Score 0.036544655
Marked as misclassified No
Message-id <1202068724.99.0.704404319493.issue2005@psf.upfronthosting.co.za>
In-reply-to
Content
The posix module except that a pid_t, uid_t and gid_t always fit into a
long or can be parsed by "i". On some OSes and combination of 64bit
typess and 32bit long it's an invalid assumption.

The code should use long long where available or at least do some
overflow checks.

See r1983
History
Date User Action Args
2008-02-03 19:58:45christian.heimessetspambayes_score: 0.0365447 -> 0.036544655
recipients: + christian.heimes
2008-02-03 19:58:45christian.heimessetspambayes_score: 0.0365447 -> 0.0365447
messageid: <1202068724.99.0.704404319493.issue2005@psf.upfronthosting.co.za>
2008-02-03 19:58:43christian.heimeslinkissue2005 messages
2008-02-03 19:58:42christian.heimescreate