Home | History | Annotate | Download | only in jinja2

Lines Matching refs:PYPY

32      get_next, encode_filename, PY2, PYPY
621 on pypy and Python 3 where pyc files are not picked up by itself and
632 if not PY2 or PYPY:
634 warn(Warning('py_compile has no effect on pypy or Python 3'))