2012/7/10 <[email protected]>: > 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 _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
