Searched refs:PYPY (Results 1 – 3 of 3) sorted by relevance
10 PYPY = platform.python_implementation() == "PyPy" variable
16 PYPY = hasattr(sys, 'pypy_translation_info') variable
33 encode_filename, PY2, PYPY669 if not PY2 or PYPY: