Searched refs:use_pypy (Results 1 – 3 of 3) sorted by relevance
48 if conf.use_pypy and six.PY2:61 if conf.use_pypy and six.PY2:
92 old_pypy = conf.use_pypy93 conf.use_pypy = True100 conf.use_pypy = old_pypy
430 use_pypy = isPyPy() variable in Conf