python-cffi 1.15.1-4 source package in Ubuntu

Changelog

python-cffi (1.15.1-4) unstable; urgency=medium

  * Patch: Untrack some objects that triggered assertion failures in 3.11.
    (Closes: #1024767, #1025027)

 -- Stefano Rivera <email address hidden>  Sun, 04 Dec 2022 19:39:20 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-cffi_1.15.1-4.dsc 1.9 KiB 29c6b1ae68cb4c7377c116e53d2eae60ce024a7a689c69815ebc82c698703bf6
python-cffi_1.15.1.orig.tar.gz 496.6 KiB d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9
python-cffi_1.15.1-4.debian.tar.xz 8.7 KiB 3500ae5aa905d62bb789ff20f223e80e591540f6a690b6c1627eaf747af261ac

Available diffs

No changes file available.

Binary packages built by this source

python-cffi-doc: Foreign Function Interface for Python calling C code - documentation

 Convenient and reliable way of calling C code from Python.
 .
 The aim of this project is to provide a convenient and reliable way of calling
 C code from Python. It keeps Python logic in Python, and minimises the C
 required. It is able to work at either the C API or ABI level, unlike most
 other approaches, that only support the ABI level.
 .
 This package contains the developer documentation for cffi.

python3-cffi: Foreign Function Interface for Python 3 calling C code

 Convenient and reliable way of calling C code from Python 3.
 .
 The aim of this project is to provide a convenient and reliable way of calling
 C code from Python. It keeps Python logic in Python, and minimises the C
 required. It is able to work at either the C API or ABI level, unlike most
 other approaches, that only support the ABI level.
 .
 This package contains the necessary build and runtime support for cffi
 modules.

python3-cffi-backend: Foreign Function Interface for Python 3 calling C code - runtime

 Convenient and reliable way of calling C code from Python 3.
 .
 The aim of this project is to provide a convenient and reliable way of calling
 C code from Python. It keeps Python logic in Python, and minimises the C
 required. It is able to work at either the C API or ABI level, unlike most
 other approaches, that only support the ABI level.
 .
 This package contains the runtime support for pre-built cffi modules.

python3-cffi-backend-dbgsym: debug symbols for python3-cffi-backend