Julien Danjou <jul...@danjou.info> added the comment:

> 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. :)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37961>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to