Hi Laura, hi Robin, On Mon, Nov 23, 2015 at 4:30 PM, Laura Creighton <[email protected]> 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
[email protected]
https://mail.python.org/mailman/listinfo/pypy-dev
