bytecode
bytecode
is a Python module to generate and modify bytecode.
bytecode project homepage at GitHub (code, bugs)
bytecode documentation (this documentation)
Download latest bytecode release at the Python Cheeseshop (PyPI)
Table Of Contents
- Bytecode Usage
- Control Flow Graph (CFG)
- Bytecode API
- Comparison with byteplay and codetransformer
- ChangeLog
- 2024-05-28: Version 0.15.2
- 2023-10-13: Version 0.15.1
- 2023-09-01: Version 0.15.0
- 2023-05-24: Version 0.14.2
- 2023-04-04: Version 0.14.1
- 2022-11-30: Version 0.14.0
- 2021-10-04: Version 0.13.0
- 2021-02-02: Version 0.12.0
- 2020-03-02: Version 0.11.0
- 2020-02-02: Version 0.10.0
- 2019-12-01: Version 0.9.0
- 2019-02-18: Version 0.8.0
- 2018-04-15: Version 0.7.0
- 2018-03-24: Version 0.6
- 2017-01-05: Version 0.5
- 2016-04-12: Version 0.4
- 2016-03-02: Version 0.3
- 2016-02-29: Version 0.2
- 2016-02-26: Version 0.1
- 2016-02-23: Release 0.0
- TODO list
See also
byteasm: an “assembler” for Python 3 bytecodes.