Message 330689 - Python tracker
Message330689
| Author | vstinner |
|---|---|
| Recipients | lemburg, serhiy.storchaka, vstinner |
| Date | 2018-11-29.14:27:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1543501632.22.0.788709270274.issue35348@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Why does platform has to analyze sys.executable binary to check if it's 32 or 64 bits? Can't we use sizeof(void*) for example? Is it something related to FAT binary on macOS? (single binary for 32 and 64 bits, or single binary for PPC and x86) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-11-29 14:27:12 | vstinner | set | recipients: + vstinner, lemburg, serhiy.storchaka |
| 2018-11-29 14:27:12 | vstinner | set | messageid: <1543501632.22.0.788709270274.issue35348@psf.upfronthosting.co.za> |
| 2018-11-29 14:27:12 | vstinner | link | issue35348 messages |
| 2018-11-29 14:27:12 | vstinner | create | |