Hi Russel, On Sun, Jan 19, 2014 at 6:28 PM, Russel Winder <rus...@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. _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev