|
|
|
|
|
by twic
2250 days ago
|
|
Why would it matter? The bytes aren't inline, this is just a struct with two word-sized fields. A possible tiny advantage for this layout is that a pointer to this struct can be used as a pointer to a pointer-to-bytes, without having to adjust it. Although i'm not sure that's not undefined behaviour. |
|
https://github.com/python/cpython/blob/master/Include/object...