python-bytecode 0.13.0-2 source package in Ubuntu
Changelog
python-bytecode (0.13.0-2) unstable; urgency=medium * Source-only upload -- Julian Gilbey <email address hidden> Sun, 26 Jun 2022 18:22:38 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-bytecode_0.13.0-2.dsc | 2.3 KiB | 9be3e63c7204b6e9d8e41992dd1fb56bd16b0d83925e0da4c5c8a72e72f91784 |
python-bytecode_0.13.0.orig.tar.gz | 65.4 KiB | 97b983e3773657cef99afe8b338eef1c2a5049b1bcadf27976f1ee5e88708bd3 |
python-bytecode_0.13.0-2.debian.tar.xz | 8.7 KiB | 652044fdf774cf48f585be61dfa325f6f76bb235c33c09f21eeb6742ac05ef27 |
Available diffs
- diff from 0.13.0-1 to 0.13.0-2 (481 bytes)
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.