Hunting Memory Leaks in Python
Posted on Sa, 2013-08-31 in coding • Tagged with python, coding, debugging
The first thing you might say: "Memory leaks in python? What the hell are you talking about? Python has garbage collection. How is this possible? I don't have to care about memory management!" Well you don't. Until your python project blows up directly into your face because it eats up …
Continue reading