Isn't the blurb about PyPy now incorrect, with the cpyext advancements?

"""PyPy is an implementation of Python with its own JIT. The biggest
difference compared to Pyjion is that PyPy doesn't support all C
extension modules without modification unless they use CFFI or work
with the select subset of CPython's C API that PyPy does support.
Pyjion also aims to support many JIT compilers while PyPy only
supports their custom JIT compiler."""

Eli

On Thu, Jul 21, 2016 at 3:15 PM, Phyo Arkar <phyo.arkarl...@gmail.com> wrote:
> Hello PyPy Team;
>
> I guess you guys already known.
> Microsft is starting its own pypy : https://github.com/Microsoft/Pyjion
>
> The main reason they mention there is due to weak CPyext support but It is
> just duplicating work, as you guys are already working on it .
>
> Shouldn't microsoft contribute into CPyext work in pypy instead?
>
> Regards,
>
> Phyo.
>
> _______________________________________________
> pypy-dev mailing list
> pypy-dev@python.org
> https://mail.python.org/mailman/listinfo/pypy-dev
>
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to