Session: Fun with cPython memory allocator

Tags:
, ,
Location:
B05/B06
Duration:
July 25, 2014 11:30 - 12:00
Language:
English
Target-audience:
Advanced

Working with Python does not usually involve debugging memory problems: the interpreter takes care of allocating and releasing system memory and you get to enjoy working on real world issues. But what if you encounter such problems? What if your program never releases memory? How do you debug it?

This talk describes some of the lesser known properties of cPython memory allocator and some ways to debug memory-related problems, all this based on real events.

Video