pypy 5.0.1+dfsg-4 source package in Ubuntu
Changelog
pypy (5.0.1+dfsg-4) unstable; urgency=medium * Disable building with pypy on ppc64, again. It has a JIT, but pypy itself is just too buggy on big-endian, to manage a translation. * hg-updates: fix wait() on big endian (which should resolve the above issue). * kfreebsd-tests: Skip PTY tests that hang forever on kFreeBSD. -- Stefano Rivera <email address hidden> Mon, 04 Apr 2016 16:54:44 -0700
Upload details
- Uploaded by:
- Stefano Rivera
- Uploaded to:
- Sid
- Original maintainer:
- Stefano Rivera
- Architectures:
- kfreebsd-any linux-any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pypy_5.0.1+dfsg-4.dsc | 2.3 KiB | e9b6db937d891e793242eb506b844823674728b883ab6de330f0d7eb6c559fc4 |
pypy_5.0.1+dfsg.orig.tar.xz | 11.3 MiB | c1269d2ce5d02a96fd19c479950970b372c5b51650c72b026e4e2fcf4ea371b1 |
pypy_5.0.1+dfsg-4.debian.tar.xz | 67.0 KiB | ff1c1a2eb975d6109da72179efdfd0c72f6b29fd09f6a4aaa02a686ae9009c81 |
Available diffs
No changes file available.
Binary packages built by this source
- pypy: No summary available for pypy in ubuntu yakkety.
No description available for pypy in ubuntu yakkety.
- pypy-dbgsym: debug symbols for package pypy
PyPy is a fast, compliant alternative implementation of the Python language
(2.7). It has several advantages and distinct features:
* Speed: thanks to its Just-in-Time compiler (on x86), Python programs often
run faster on PyPy.
* Memory usage: large, memory-hungry Python programs might end up taking less
space than they do in CPython.
* Compatibility: PyPy is highly compatible with existing Python code.
It supports ctypes and can run popular Python libraries like twisted and
django.
* Stackless: PyPy supports stackless mode on most platforms, providing
micro-threads for massive concurrency.
.
This package contains the PyPy interpreter.
- pypy-dev: header files for PyPy (an alternative Python interpreter)
Header files for compiling cpython C extension modules for use with PyPy.
Note that pure Python modules will probably perform better.
.
PyPy supports a subset of cpython's C API through its CPyExt subsystem.
.
PyPy is a fast, compliant alternative implementation of the Python language
(2.7).
- pypy-doc: developer Documentation for PyPy (an alternative Python interpreter)
The Developer documentation for PyPy. This mostly covers the internals of
PyPy, and development of PyPy itself.
.
PyPy is a fast, compliant alternative implementation of the Python language
(2.7).
- pypy-lib: No summary available for pypy-lib in ubuntu yakkety.
No description available for pypy-lib in ubuntu yakkety.
- pypy-lib-testsuite: standard library test suite for PyPy (an alternative Python interpreter)
The complete test suite for the PyPy standard library.
.
PyPy is a fast, compliant alternative implementation of the Python language
(2.7).
- pypy-tk: No summary available for pypy-tk in ubuntu yakkety.
No description available for pypy-tk in ubuntu yakkety.
- python-pypy.sandbox: sandboxed PyPy interpreter
A version of PyPy that runs fully "virtualized", where an external process
controls all input/output. This is a secure sandbox, it is safe to run any
untrusted Python code with it. The Python code cannot see or modify any local
file except via interaction with the external process.
.
PyPy is a fast, compliant alternative implementation of the Python language
(2.7).