You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update build config logic and library name generation
* fix free-threaded windows clippy with --features=abi3
* use constant
* add release note
* apply my self-review comments
* use ensure and error handling instead of panicking
* skip abi3 fixup on free-threaded build
* don't support PYO3_USE_ABI3_FORWARD_COMPATIBILITY on free-threaded build
* don't panic in pyo3-ffi in abi3 check
* document lack of limited API support
* add is_free_threaded() method to InterpreterConfig
* implement David's code review suggestions
* remove unused imports
0 commit comments