python-xdis icon indicating copy to clipboard operation
python-xdis copied to clipboard

Python cross-version bytecode library and disassembler

Results 12 python-xdis issues
Sort by recently updated
recently updated
newest added

## Description Self-referential `pyproject.toml` breaks Poetry dependency manager. ## How to Reproduce - have `pyproject.toml` with `xdis = "^6.1.0"` - run `poetry lock` ## Output Given `Package 'xdis' is listed...

### Added basic 3.13 support. Currently passing all unit tests with `make check`. This PR also includes some small fixes to 3.12. **Still work in progress**. While my fork passes...