Message350875
> In fact, I didn't check: maybe traceback_t size is not change by your PR, because of memory aligment and padding.
It is changed. The current size is should be determined by sizeof(Py_uhash_t + int + int) which is 4 + 4 + 4, so 12 aligned/padded.
Using a short will add 2 bytes and potentially some space for 2 more bytes in the future. :) |
|
| Date |
User |
Action |
Args |
| 2019-08-30 12:46:09 | jd | set | recipients:
+ jd, vstinner |
| 2019-08-30 12:46:09 | jd | set | messageid: <1567169169.57.0.81396228802.issue37961@roundup.psfhosted.org> |
| 2019-08-30 12:46:09 | jd | link | issue37961 messages |
| 2019-08-30 12:46:09 | jd | create | |
|