pypy 1.8+dfsg-2 source package in Ubuntu

Changelog

pypy (1.8+dfsg-2) experimental; urgency=low


  * Build the sandboxed PyPy with -O2, not -O3 or -Ojit.  Sandboxed pypy can't
    be built with profile-guided optimisations.
    - Use generational gc, now that we aren't using the JIT.
  * Patch gnukfreebsd-link-rt: Link with -lrt on GNU/kFreeBSD.

 -- Stefano Rivera <email address hidden>  Sat, 18 Feb 2012 09:28:14 +0200

Upload details

Uploaded by:
Stefano Rivera
Uploaded to:
Experimental
Original maintainer:
Stefano Rivera
Architectures:
kfreebsd-any linux-any all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe python

Downloads

File Size SHA-256 Checksum
pypy_1.8+dfsg-2.dsc 2.3 KiB 7001e5920fc637252b654c3263299c737ac0245d6ae5d5591774052edb659f56
pypy_1.8+dfsg.orig.tar.xz 10.9 MiB cfae237fd09d7c9f3f03ed0ebc7853ca910f26df15a510c599094987deee4893
pypy_1.8+dfsg-2.debian.tar.gz 66.4 KiB 8526ce45d8c35e8a3f2419ca9713f6ec979046dcaf04e9dc63909f572f710e75

Available diffs

No changes file available.

Binary packages built by this source

pypy: No summary available for pypy in ubuntu quantal.

No description available for pypy in ubuntu quantal.

pypy-dev: No summary available for pypy-dev in ubuntu quantal.

No description available for pypy-dev in ubuntu quantal.

pypy-doc: No summary available for pypy-doc in ubuntu quantal.

No description available for pypy-doc in ubuntu quantal.

pypy-lib: standard library for PyPy (an alternative Python interpreter)

 The PyPy standard library. This is a combination of modules, copied directly
 from cpython, modified cpython modules, and modules entirely re-implemented
 (usually in pure Python, where they are C extensions in cpython).
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (2.7).

python-pypy.translator.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).