On Mon, Feb 27, 2012 at 1:53 AM, Aroldo Souza-Leite <asouzale...@gmx.de> wrote: > Hi list, > > just to keep you informed: > > the ZODB3 can be successfully installed in a PyPy-1.8 virtual environment, > but the tests fail. Below is the whole bash session I tried on Ubuntu LTS. > For the PyPy developers the interesting part might be the last section, > "Running the ZODB3 tests". > > Thanks for the great job you are doing. > > Aroldo.
Hey It seems ZODB is using an internal API, notably _Py_ForgetReference. On PyPy it probably should not do anything so you can maybe try with #define _Py_ForgetReference(obj), but I don't actually know. Cheers, fijal _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev