Pythons gc.disable disables automatic garbage collection. As I understand it, that would have quite some side-effects. Why would anyone want to disable automatic garbage colle
Another use-case would be to manually control the garbage collection with gc.collect()
gc.collect()