Archives Jan. 24, 2005
Evening doesn't go as planned (Though hopefully the memory leak is fixed now...)
Written by
on
in
Snaking,
Vindaloo.
Did a bit of work tracking down memory leaks in TwistedSNMP. As Glyph and I had discussed, eliminating the __del__ methods from the Deferred object eliminated the leaks. My fix so far is pretty ugly (introduces two descriptors and a sub-object with a __del__ to provide the functionality, but it does work, so just a ...