Questions tagged [objgraph]

Objgraph is a handy module designed for generating and displaying Python object graphs, serving as an effective tool for identifying and resolving memory leakage issues during debugging sessions.

TarInfo objects dripping information

I've encountered an issue with my Python tool that reads through a tar.xz file and handles each individual file within it. The input file is 15MB compressed, expanding to 740MB when uncompressed. Unfortunately, on a particular server with limited memory r ...