[pypy-dev] HTML Parser?

Maciej Fijalkowski fijall at gmail.com
Wed Feb 20 21:03:58 CET 2013


On Wed, Feb 20, 2013 at 9:29 PM, Armin Rigo <arigo at tunes.org> wrote:
> Hi all,
>
> Just so everybody knows, the plan is to release CFFI 0.6 latest when
> we do the PyPy 2.0 release, and include it fully inside PyPy too.
> (The idea is to avoid "pip install cffi", which would get a
> potentially incompatible version: PyPy includes the "_cffi_backend"
> module, which only works with a specific version of CFFI).
>
>
> A bientôt,
>
> Armin.
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> http://mail.python.org/mailman/listinfo/pypy-dev

One thing we have to consider is how do you write setup.py (or
requirements.txt) in case you need to install cffi on cpython but not
pypy


More information about the pypy-dev mailing list