CCL icon indicating copy to clipboard operation
CCL copied to clipboard

move away from managing C memory with __del__

Open beckermr opened this issue 7 years ago • 0 comments

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/

beckermr avatar Oct 10 '18 15:10 beckermr