pypy3 7.3.1+dfsg-4ubuntu0.1 source package in Ubuntu

Changelog

pypy3 (7.3.1+dfsg-4ubuntu0.1) focal-security; urgency=high

  * SECURITY UPDATE: Fix buffer overflow in SHA3 (Keccak) implementation.
  * References: CVE-2022-37454 (LP: #1995197).

 -- Stefano Rivera <email address hidden>  Sat, 29 Oct 2022 18:45:41 +0200

Upload details

Uploaded by:
Stefano Rivera
Sponsored by:
Steve Beattie
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates universe misc
Focal security universe misc

Downloads

File Size SHA-256 Checksum
pypy3_7.3.1+dfsg.orig.tar.xz 13.7 MiB 5f1f745183c81f7c906702d121dbcd1bc2e2c4dcc0485d2eb1cd7c4471a45a20
pypy3_7.3.1+dfsg-4ubuntu0.1.debian.tar.xz 46.4 KiB c468c2c2800cadee65e652fbda4b5f19a257fa1a93d69524cdebce85d99af384
pypy3_7.3.1+dfsg-4ubuntu0.1.dsc 2.7 KiB e0175f63d18bd94cf3a9b51ab13098e1098fe004ebafca7a0da37e2452952597

View changes file

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.
 .
 Also included is PyPy.h, for embedding the PyPy interpreter.
 .
 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