Most other Python implementations don't provide any way to use CPython C extensions.
There is also the HPy API and ABI, which some C extensions target and multiple Python implementations can compile or load.
https://github.com/hpyproject/hpy/pull/457
Most other Python implementations don't provide any way to use CPython C extensions.
There is also the HPy API and ABI, which some C extensions target and multiple Python implementations can compile or load.