Comment 3 for bug 566902

Revision history for this message
Ximin Luo (infinity0) wrote :

if i examine the heap with objgraph it says there are a lot a tuple objects. however if i pick a bunch of them at random and get their backrefs, it claims that all of them are dangling (int, int) tuples (representing edges?), which doesn't make sense since those should be getting garbage collected. maybe it's more of a problem with pickle?