/aosp_15_r20/external/python/oauth2client/docs/ |
D | index.rst | 28 Using ``pypy`` 33 - Using ``pycrypto`` with ``pypy`` will be in general problematic. If 36 implementation details and hence can't be built in ``pypy`` (as of 37 ``pypy`` 2.6 and ``pycrypto`` 2.6.1). In order to install 43 See discussions on the `pypy issue tracker`_ and the 46 - Using ``pyOpenSSL`` with versions of ``pypy`` before 2.6 may be in general 51 ``cffi`` when means it can't be used on versions of ``pypy`` before 2.6. 53 The default version of ``pypy`` you get when installed 57 apt-get install pypy pypy-dev 60 the `pypy/ppa PPA`_: [all …]
|
/aosp_15_r20/external/python/asn1crypto/.circleci/ |
D | config.yml | 11 pypy: 17 … - run: curl --location -O https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.3.1-osx64.tar.bz2 19 - run: mv pypy2.7-v7.3.1-osx64 pypy 20 - run: xattr -rc pypy 21 - run: ./pypy/bin/pypy -m ensurepip 22 - run: ./pypy/bin/pypy run.py deps 23 - run: ./pypy/bin/pypy run.py ci 29 python-pypy: 31 - pypy
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/summerofcode/2016/ |
D | siddharth_shukla.md | 18 - [PyPy](http://pypy.org/): Python implemented completely in Python 26 PyPy implementation. Special changes were required to enable PyPy 27 support because PyPy has a non-deterministic garbage collector that does 33 Python 3.x and PyPy compatible. 42 - [Add PyPy to testing toolchain](https://github.com/grpc/grpc/commit/2135a1b557f8b992186d5317cb767… 44 - [Skip test run if running with pypy](https://github.com/grpc/grpc/commit/f0f58e68738abbc317f7f449… 48 - [Add PyPy 5.3.1 to dockerfile and template](https://github.com/grpc/grpc/pull/7763)
|
/aosp_15_r20/external/grpc-grpc/summerofcode/2016/ |
H A D | siddharth_shukla.md | 18 - [PyPy](http://pypy.org/): Python implemented completely in Python 26 PyPy implementation. Special changes were required to enable PyPy 27 support because PyPy has a non-deterministic garbage collector that does 33 Python 3.x and PyPy compatible. 42 - [Add PyPy to testing toolchain](https://github.com/grpc/grpc/commit/2135a1b557f8b992186d5317cb767… 44 - [Skip test run if running with pypy](https://github.com/grpc/grpc/commit/f0f58e68738abbc317f7f449… 48 - [Add PyPy 5.3.1 to dockerfile and template](https://github.com/grpc/grpc/pull/7763)
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/gce/ |
D | linux_kokoro_performance_worker_init.sh | 85 # pypy is used instead of python for postprocessing benchmark outputs 86 # because some reports are huge and pypy is much faster. 87 # TODO(jtattermusch): get rid of pypy once possible, it's hard to 89 sudo apt-get install -y pypy pypy-dev 91 sudo pypy get-pip.py 92 sudo pypy -m pip install tabulate 93 sudo pypy -m pip install google-api-python-client oauth2client 95 # in pypy for kokoro_log_reader.py (strange, because the command is 96 # "python kokoro_log_reader.py" and pypy is not the system default) 97 sudo pypy -m pip install psutil
|
/aosp_15_r20/external/grpc-grpc/tools/gce/ |
H A D | linux_kokoro_performance_worker_init.sh | 85 # pypy is used instead of python for postprocessing benchmark outputs 86 # because some reports are huge and pypy is much faster. 87 # TODO(jtattermusch): get rid of pypy once possible, it's hard to 89 sudo apt-get install -y pypy pypy-dev 91 sudo pypy get-pip.py 92 sudo pypy -m pip install tabulate 93 sudo pypy -m pip install google-api-python-client oauth2client 95 # in pypy for kokoro_log_reader.py (strange, because the command is 96 # "python kokoro_log_reader.py" and pypy is not the system default) 97 sudo pypy -m pip install psutil
|
/aosp_15_r20/external/fonttools/ |
H A D | requirements.txt | 2 # extension 'brotlipy' on PyPy 3 brotli==1.1.0; platform_python_implementation != "PyPy" 4 brotlicffi==1.1.0.0; platform_python_implementation == "PyPy" 6 scipy==1.10.0; platform_python_implementation != "PyPy" and python_version <= '3.8' # pyup: ignore 7 scipy==1.12.0; platform_python_implementation != "PyPy" and python_version >= '3.9' 8 munkres==1.1.4; platform_python_implementation == "PyPy" 11 skia-pathops==0.8.0.post1; platform_python_implementation != "PyPy"
|
/aosp_15_r20/external/python/asn1crypto/ |
D | appveyor.yml | 13 - PYTHON_EXE: "C:\\pypy2-v5.10.0-win32\\pypy.exe" 14 - PYTHON_EXE: "C:\\pypy2-v5.10.0-win32\\pypy.exe" 22 if ("${env:PYTHON_EXE}" -eq "C:\pypy2-v5.10.0-win32\pypy.exe") { 24 …(New-Object Net.WebClient).DownloadFile('https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.10.0-w…
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_weakref.py | 152 gc_collect() # For PyPy or other GCs. 186 gc_collect() # For PyPy or other GCs. 194 gc_collect() # For PyPy or other GCs. 212 gc_collect() # For PyPy or other GCs. 237 gc_collect() # For PyPy or other GCs. 503 gc_collect() # For PyPy or other GCs. 517 gc_collect() # For PyPy or other GCs. 525 gc_collect() # For PyPy or other GCs. 530 gc_collect() # For PyPy or other GCs. 987 gc_collect() # For PyPy or other GCs. [all …]
|
D | test_threading_local.py | 44 support.gc_collect() # For PyPy or other GCs. 53 support.gc_collect() # For PyPy or other GCs. 96 support.gc_collect() # For PyPy or other GCs. 197 support.gc_collect() # For PyPy or other GCs.
|
/aosp_15_r20/external/python/typing_extensions/ |
D | CHANGELOG.md | 171 - Drop support for Python 3.7 (including PyPy-3.7). Patch by Alex Waygood. 181 - Fix support for `TypedDict`, `NamedTuple` and `is_protocol` on PyPy-3.7 and 182 PyPy-3.8. Patch by Alex Waygood. Note that PyPy-3.7 and PyPy-3.8 are unsupported 183 by the PyPy project. The next feature release of typing-extensions will 184 drop support for PyPy-3.7 and may also drop support for PyPy-3.8.
|
/aosp_15_r20/external/python/httplib2/tests/ |
D | test_http.py | 60 os.environ.get("TRAVIS_PYTHON_VERSION") in ("2.7", "pypy"), 61 reason="Fails on Travis py27/pypy, works elsewhere. " 74 os.environ.get("TRAVIS_PYTHON_VERSION") in ("2.7", "pypy"), 75 reason="Fails on Travis py27/pypy, works elsewhere. " 252 and os.environ.get("TRAVIS_PYTHON_VERSION") in ("2.7", "pypy"), 253 reason="FIXME: timeout on Travis py27 and pypy, works elsewhere", 403 and os.environ.get("TRAVIS_PYTHON_VERSION") in ("2.7", "pypy"), 404 reason="FIXME: timeout on Travis py27 and pypy, works elsewhere",
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/ |
D | FindPython2.cmake | 111 * PyPy 189 Python 2 PyPy version. 306 * ``PyPy``: This implementation use ``RPython`` language and 308 See `PyPy <https://www.pypy.org>`_.
|
D | FindPython3.cmake | 112 * PyPy 205 Python 3 PyPy version. 365 * ``PyPy``: This implementation use ``RPython`` language and 367 See `PyPy <https://www.pypy.org>`_.
|
D | FindPython.cmake | 111 * PyPy 203 Python PyPy version. 367 * ``PyPy``: This implementation use ``RPython`` language and 369 See `PyPy <https://www.pypy.org>`_.
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/locations/ |
D | __init__.py | 266 # distutils incorrectly put PyPy packages under ``site-packages/python`` 267 # in the ``posix_home`` scheme, but PyPy devs said they expect the 268 # directory name to be ``pypy`` instead. So we treat this as a bug fix 271 sys.implementation.name == "pypy" 276 and new_v.name.startswith("pypy")
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/locations/ |
D | __init__.py | 266 # distutils incorrectly put PyPy packages under ``site-packages/python`` 267 # in the ``posix_home`` scheme, but PyPy devs said they expect the 268 # directory name to be ``pypy`` instead. So we treat this as a bug fix 271 sys.implementation.name == "pypy" 276 and new_v.name.startswith("pypy")
|
/aosp_15_r20/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_extensions.py | 21 gc_collect() # For PyPy or other GCs. 34 gc_collect() # For PyPy or other GCs. 176 gc_collect() # For PyPy or other GCs. 212 gc_collect() # For PyPy or other GCs. 258 gc_collect() # For PyPy or other GCs.
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/locations/ |
D | __init__.py | 266 # distutils incorrectly put PyPy packages under ``site-packages/python`` 267 # in the ``posix_home`` scheme, but PyPy devs said they expect the 268 # directory name to be ``pypy`` instead. So we treat this as a bug fix 271 sys.implementation.name == "pypy" 276 and new_v.name.startswith("pypy")
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/locations/ |
D | __init__.py | 266 # distutils incorrectly put PyPy packages under ``site-packages/python`` 267 # in the ``posix_home`` scheme, but PyPy devs said they expect the 268 # directory name to be ``pypy`` instead. So we treat this as a bug fix 271 sys.implementation.name == "pypy" 276 and new_v.name.startswith("pypy")
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/ |
H A D | setup.py | 44 elif impl == 'pypy': 53 raise AssertionError("impl not in ('python', 'pypy', 'jython')") 346 pypy_min = pkg.get('pypy.min') or None 347 pypy_max = pkg.get('pypy.max') or None 348 check_python_version('pypy', pypy_min, pypy_max)
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/ |
H A D | setup.py | 44 elif impl == 'pypy': 53 raise AssertionError("impl not in ('python', 'pypy', 'jython')") 347 pypy_min = pkg.get('pypy.min') or None 348 pypy_max = pkg.get('pypy.max') or None 349 check_python_version('pypy', pypy_min, pypy_max)
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/ |
H A D | setup.py | 44 elif impl == 'pypy': 53 raise AssertionError("impl not in ('python', 'pypy', 'jython')") 346 pypy_min = pkg.get('pypy.min') or None 347 pypy_max = pkg.get('pypy.max') or None 348 check_python_version('pypy', pypy_min, pypy_max)
|
/aosp_15_r20/external/python/oauth2client/scripts/ |
D | install.sh | 20 if [[ "${TOX_ENV}" == "pypy" ]]; then 25 pyenv install pypy-2.6.0 26 pyenv global pypy-2.6.0
|
/aosp_15_r20/external/python/watchdog/.github/workflows/ |
D | tests.yml | 62 - "pypy-3.9" 66 python: "pypy-3.9" 69 python: "pypy-3.9"
|