Skip to content

BSides NYC 2025

Choose a tag to compare

@rocky rocky released this 12 Oct 19:36
· 219 commits to master since this release
  • Include Python versions 3.9.24, 3.10.19, 3.11.14, and 3.12.12
  • Better code type and marshalling routines for 3.11+
  • Adjust formatting for MAKE_FUNCTION for 3.6 & 3.11. Python 3.11 MAKE_FUNCTION is different from 3.6.
  • Fix O(n^2) performance issue with Python 3.11+ exception. Patch submitted by ril3y.
  • Don't allow installing the wrong wheel or tarball for the Python interpreter installed.
  • Add more magics like Rust and 3.15. Python 3.14 is out, so that's another magic number too.
  • Minimal support for RustPython bytecode.
  • Improve 3.13 assembly printing
  • Handle pyston and unknown bytecodes better
  • More type annotations via pyrefly