pypy3 7.3.10+dfsg-1 source package in Ubuntu
Changelog
pypy3 (7.3.10+dfsg-1) unstable; urgency=medium * New upstream release. * Drop patch fpic-archs, superseded upstream (--shared by default). -- Stefano Rivera <email address hidden> Tue, 06 Dec 2022 15:59:19 -0400
Upload details
- Uploaded by:
- Stefano Rivera
- Uploaded to:
- Sid
- Original maintainer:
- Stefano Rivera
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pypy3_7.3.10+dfsg-1.dsc | 2.3 KiB | a723b7f35e953a2462c295bad70dd5e88eefdbf769a1b510c9de11902a5298c8 |
pypy3_7.3.10+dfsg.orig-cpython27.tar.xz | 12.3 MiB | b62c0e7937551d0cc02b8fd5cb0f544f9405bafc9a54d3808ed4594812edef43 |
pypy3_7.3.10+dfsg.orig.tar.xz | 14.6 MiB | e2bf29c7468d87b09e0b9be359f2175028343a37067e217f9acf667095f85850 |
pypy3_7.3.10+dfsg-1.debian.tar.xz | 59.5 KiB | eccc1bf388505671b6d71428f47aedd74168c068a2da8d25c39285074b06e07b |
Available diffs
- diff from 7.3.9+dfsg-5 to 7.3.10+dfsg-1 (8.2 MiB)
No changes file available.
Binary packages built by this source
- pypy3: fast alternative implementation of Python 3.x - PyPy interpreter
PyPy is a fast, compliant alternative implementation of the Python language
(3.x). 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 for Python 3.x.
- pypy3-dbgsym: debug symbols for pypy3
- pypy3-dev: header files for PyPy (an alternative Python 3.x 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
(3.x).
- pypy3-doc: developer Documentation for PyPy (an alternative Python 3.x 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
(3.x).
- pypy3-lib: standard library for PyPy (an alternative Python 3.x 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
(3.x).
- pypy3-lib-testsuite: standard library test suite for PyPy (an alternative Python 3,x interpreter)
The complete test suite for the PyPy standard library.
.
PyPy is a fast, compliant alternative implementation of the Python language
(3.x).
- pypy3-tk: Tkinter module for PyPy (an alternative Python 3.x 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
(3.x).
- pypy3-tk-dbgsym: debug symbols for pypy3-tk
- pypy3-venv: fast alternative implementation of Python 3.x - PyPy venv module
This package will install the dependencies of the PyPy 3 venv module.
.
PyPy is a fast, compliant alternative implementation of the Python language
(3.x).