[pypy-dev] PyD and PyPy [was Boost.Python and PyPy -- status?]
Armin Rigo
arigo at tunes.org
Fri Jan 24 14:33:04 CET 2014
Hi Russel,
On Sun, Jan 19, 2014 at 6:28 PM, Russel Winder <russel at winder.org.uk> wrote:
> I am delving into PyD just now to get it working with CPython 3 as well
> as CPython 2. Can you point me towards the best way of trying to make
> this also work with PyPy and PyPy3?
Sorry, you're not getting answers because your question is too vague.
What is PyD, what kind of C or C++ code it is, ...? If it's C, we
recommend CFFI. If it's C++, we don't have a one-size-fits-all story
for that --- at all. If it's the kind of C++ code that can easily be
embedded into a C interface, we generally recommend that you do that
and then use CFFI as well.
A bientôt,
Armin.
More information about the pypy-dev
mailing list