v2.1.1
Fixed 1
- Minimize internal Python API usage for interpreter and thread state sampling to avoid breaking ABI change in Python >= 3.15.0b4
What's Changed
- Minimize internal Python API usage for interpreter and thread state sampling where possible. Avoids breaking ABI change in Python >= 3.15.0b4 (https://github.com/python-cffi/cffi/pull/269).
Full Changelog: https://github.com/python-cffi/cffi/compare/v2.1.0...v2.1.1