- Robert
Put it up as a ndarray and borrow the data pointer. Memory management is delegated to python/cython. But they are probably leaked anyways.
The simplifying assumption is a module is never unloaded.
Another catch i saw was you can write initialized variables in pxd files but the initializatiob is never performed. No warnings from the compiler. You have to initialize them in corresponding pyx files and it magically works.