Description
Bytecode from multiple Python versions can be inspected and disassembled through reusable tooling. This library helps debuggers, decompilers, and compatibility tools understand code objects across interpreter releases.
It is used by developer and analysis tools rather than normal applications. Inspect only code you are allowed to analyze, and treat disassembly as technical evidence that still needs context.