PyCon 2019 in Cleveland, Ohio

Sunday 10 a.m.–1 p.m. in Expo Hall

CPython memory structure

Janis Lesinskis

Description

A poster that has an overview of how CPython memory management works. We will show you where objects are stored and what those objects look like in memory. This will help explain the underpinnings of the way in which equality and identity checks work in CPython and also how Python objects get stored in RAM.