Magnus Lie Hetland wrote: > Ideally, though, the search > operations (performed after the structures have been built) should be > initiated from Python, but then stay in as pure C as possible
One way to guarantee that something uses purely C operations is to actually write it in C, as an external piece of code, and call it from Cython. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
