-
Couldn't load subscription status.
- Fork 890
Closed
Description
abi3, also known as pylimited abi, is a feature of built python projects where they can be loaded from multiple versions of python3. pyo3 has some limited support for this, but it's commented out in Cargo.toml because it's currently incomplete and does not compile.
I'm filing this as a tracking bug so folks interested in abi3 support have a place to follow along. I intend to attempt to contribute to resolving this issue.
I imagine this is a three part process:
- switching things from internals -> abi3 APIs when there's a 1:1 equivalent
- disabling pyo3 APIs that map to things that don't exist in abi3 mode
- figuring out how to re-enable the things from (2)
davidhewitt