python-bytecode 0.16.1-2 source package in Ubuntu

Changelog

python-bytecode (0.16.1-2) unstable; urgency=medium

  * Team upload.
  * Source-only reupload.

 -- Colin Watson <email address hidden>  Thu, 06 Mar 2025 22:00:30 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bytecode_0.16.1-2.dsc 2.8 KiB 6254b34c6d7dd1228ba1d889c2946c607a8debba6e992b64520527ec848a074a
python-bytecode_0.16.1.orig.tar.gz 96.4 KiB 19ad0d356c5e25f68dbc8a5b3a620b4b182372929a6b44e85f9a8eb29e89f4a9
python-bytecode_0.16.1-2.debian.tar.xz 8.9 KiB 58f16026e42dd0ae57e895a5b2327b0e058a28fe9342efde40c7a33875237027

Available diffs

No changes file available.

Binary packages built by this source

python-bytecode-doc: Python module to generate, modify and optimize Python bytecode (documentation)

 The bytecode module can be used to write Python bytecode directly and
 then convert it into an executable Python code object. It also provides a
 pure Python implementation of the Peephole Optimizer introduced in
 CPython 3.6.
 .
 This package contains the bytecode documentation in HTML format.

python3-bytecode: Python module to generate, modify and optimize Python bytecode

 The bytecode module can be used to write Python bytecode directly and
 then convert it into an executable Python code object. It also provides a
 pure Python implementation of the Peephole Optimizer introduced in
 CPython 3.6.
 .
 This module is patched to be compatible with python3-pydevd, but this
 should be transparent to other users.