2012/7/10 <wlavrijsen at lbl.gov>: > I'm trying to resist the urge to say that it should be the Python C-API, > with all PyObject*'s replaced by PyPyObject*'s. :) I don't think it's a good idea to use pointers with a moving GC. But I may be wrong. In any case, we need a memory model compatible with C. -- Amaury Forgeot d'Arc