pypy 7.2.0+dfsg-1 source package in Ubuntu

Changelog

pypy (7.2.0+dfsg-1) unstable; urgency=medium

  * New upstream final release.
  * Upload to unstable.
  * Enable JIT and continuation module on arm64.
  * Refresh patches.
  * Drop patch fix-revdb, superseded upstream.
  * Patch arm64-gcc-bug: Avoid a GCC bug in the new arm64 JIT.
  * Bump Standards-Version to 4.4.1, no changes needed.

 -- Stefano Rivera <email address hidden>  Sat, 02 Nov 2019 11:37:59 -0700

Upload details

Uploaded by:
Stefano Rivera
Uploaded to:
Sid
Original maintainer:
Stefano Rivera
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pypy_7.2.0+dfsg-1.dsc 2.5 KiB 644d8f500a214dd44c750d36c245a7e82aeef80f5d189e49058aa93f01d87a5f
pypy_7.2.0+dfsg.orig.tar.xz 12.7 MiB df8c7c4b9a946ddc33a671e5744516691db5e4822dcaea90ed2ba9018456276b
pypy_7.2.0+dfsg-1.debian.tar.xz 70.7 KiB 182c6b8c30ee4b44b3fc54fae9249d55cf31e8e98cb4411ea56ea42febca77cf

Available diffs

No changes file available.

Binary packages built by this source

pypy: fast alternative implementation of Python - PyPy interpreter

 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-dbgsym: debug symbols for pypy
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.
 .
 Also included is PyPy.h, for embedding the PyPy interpreter.
 .
 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: 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).

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: Tkinter module for PyPy (an alternative Python interpreter)

 A module for writing portable GUI applications with PyPy using Tk.
 Also known as Tkinter.
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (2.7).

pypy-tk-dbgsym: debug symbols for pypy-tk