The cpython crate and the underlying python3-sys and python27-sys crates have been marked as [no longer actively maintained] by the developer.
There are also open issues for unsound code that is currently in these crates:
pyo3] (version 0.19.2 and newer)The pyo3 crate is actively maintained. Preliminary support for Python 3.12 was added in version 0.19.2, and version 0.20.0 was released with full support for Python 3.12.
Both versions implement string functions correctly on big-endian architectures. The endianness issue affecting the cpython crate was fixed in recent versions of pyo3.
{
"license": "CC0-1.0"
}