Hi Laura, hi Robin,

On Mon, Nov 23, 2015 at 4:30 PM, Laura Creighton <l...@openend.se> wrote:
>>> Lastly what is the right way to get the platform as pypy not cpython?
>
> Detecting pypy is a bit harder.

No, no: the official way since many years is

    if "__pypy__" in sys.builtin_module_names:


A bientôt,

Armin.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to