Understanding Python's Object Model, Part 1
An introduction to CPython's object representation through PyObject, PyVarObject, reference counting, type pointers, and variable-sized objects.
1 article
An introduction to CPython's object representation through PyObject, PyVarObject, reference counting, type pointers, and variable-sized objects.