CCL
CCL copied to clipboard
move away from managing C memory with __del__
There are potential problems with using __del__ to manage C memory. We may want to try using a weak reference instead.
http://code.activestate.com/recipes/577242-calling-c-level-finalizers-without-del/