- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message62026
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:45 | christian.heimes | set | spambayes_score: 0.0365447 -> 0.036544655 recipients: + christian.heimes |
| 2008-02-03 19:58:45 | christian.heimes | set | spambayes_score: 0.0365447 -> 0.0365447 messageid: <1202068724.99.0.704404319493.issue2005@psf.upfronthosting.co.za> |
| 2008-02-03 19:58:43 | christian.heimes | link | issue2005 messages |
| 2008-02-03 19:58:42 | christian.heimes | create | |

