Message 328203 - Python tracker
Message328203
| Author | serhiy.storchaka |
|---|---|
| Recipients | mark.dickinson, paul.moore, scoder, serhiy.storchaka, steve.dower, tim.golden, zach.ware |
| Date | 2018-10-21.09:50:22 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1540115422.74.0.788709270274.issue35037@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
At runtime this information is available as sys.int_info.bits_per_digit. > In MinGW, "SIZEOF_VOID_P" is 4, whereas "sizeof(void*)" resolves to 8. Looks like a misconfiguration. I suppose this will cause more issues than just wrong PYLONG_BITS_IN_DIGIT. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-10-21 09:50:22 | serhiy.storchaka | set | recipients: + serhiy.storchaka, paul.moore, mark.dickinson, scoder, tim.golden, zach.ware, steve.dower |
| 2018-10-21 09:50:22 | serhiy.storchaka | set | messageid: <1540115422.74.0.788709270274.issue35037@psf.upfronthosting.co.za> |
| 2018-10-21 09:50:22 | serhiy.storchaka | link | issue35037 messages |
| 2018-10-21 09:50:22 | serhiy.storchaka | create | |