I’m trying to debug a memory leak (see question Memory leak in Python Twisted: where is it?). When the garbage collector is running, does it have access to all Python objects created by the Python interpreter? If we suppose Python C libraries are not leaking, should RSS memory usage grow linearly with respect to the GC object count? What about