2013/2/20 Maciej Fijalkowski <fij...@gmail.com>

> Is it working on released cffi or on cffi that's in-development or you
> need patches?
>

It developed it with a nightly build from mid-January,
and the cffi library that was available at the time.
It's now released as cffi 0.5 I think.

I did not test with CPython at all.

At the time cffi used to return enum values as strings,
but I just tested with the last version of cffi and pypy nightly build,
and tests still pass!

    Ran 1006 tests in 34.730s
    FAILED (failures=1)
and the only failure is::
    self.assertTrue(hasattr(self.etree, '_import_c_api'))
:-)

-- 
Amaury Forgeot d'Arc
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to