Message188112
| Author | Devin Jeanpierre |
|---|---|
| Recipients | Devin Jeanpierre, vstinner |
| Date | 2013-04-29.22:05:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1367273110.19.0.280033276322.issue17870@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Isn't it possible for a >64-bit architecture to have intptr_t be wider than long long? As for my use-case, I am wrapping the C-API for Rust. Rust can call and be called by C (and therefore Python), but a Rust "int" is a C "intptr_t", and a Rust "uint" is a C "uintptr_t". |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-04-29 22:05:10 | Devin Jeanpierre | set | recipients: + Devin Jeanpierre, vstinner |
| 2013-04-29 22:05:10 | Devin Jeanpierre | set | messageid: <1367273110.19.0.280033276322.issue17870@psf.upfronthosting.co.za> |
| 2013-04-29 22:05:10 | Devin Jeanpierre | link | issue17870 messages |
| 2013-04-29 22:05:10 | Devin Jeanpierre | create | |