Hacker News new | ask | show | jobs
by kbirkeland 2543 days ago
I feel like the last two are cheating a bit by explicitly using 32 bit integers where the other examples seemed to use 64 bit.
1 comments

No, the fields that take up 8 bytes are pointers to PyObject. (I guess this article assumes a 64-bit memory model.)