libinline-python-perl 0.57-2build1 source package in Ubuntu

Changelog

libinline-python-perl (0.57-2build1) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 16:07:31 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
libinline-python-perl_0.57.orig.tar.gz 59.8 KiB fd330eb1e6d183f4247f9e9e598558af461051fd42067b2dcd1854dce51400a1
libinline-python-perl_0.57-2build1.debian.tar.xz 3.6 KiB d838fd5640c57aa566eb3027d0ef11fdf0191b17e7b07b047cd05f63e6029ec4
libinline-python-perl_0.57-2build1.dsc 2.4 KiB dc665f91bc8faa1021ac211de9c8b4df8e73a3622bd932c35ca21221f6099a55

Available diffs

View changes file

Binary packages built by this source

libinline-python-perl: module to write Perl subs and classes in Python

 The Inline::Python module allows one to write Perl subroutines in Python. One
 doesn't have to use any funky techniques for sharing most types of data
 between the two languages, either. Inline::Python comes with its own data
 translation service. It converts any Python structures it knows about into
 Perl structures, and vice versa.
 .
 Inline::Python sets up an in-process Python interpreter, runs the code, and
 then examines Python's symbol table for things to bind to Perl. The process
 of interrogating the Python interpreter for globals only occurs the first
 time the Python code is run. The namespace is cached, and subsequent calls
 use the cached version.

libinline-python-perl-dbgsym: debug symbols for libinline-python-perl