[pypy-dev] ZODB3

Maciej Fijalkowski fijall at gmail.com
Mon Feb 27 16:29:05 CET 2012


On Mon, Feb 27, 2012 at 1:53 AM, Aroldo Souza-Leite <asouzaleite at 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


More information about the pypy-dev mailing list