cpython
is unmaintained
This crate has no reviews yet. To add a review, set up your cargo-crev
.
Lib.rs has been able to verify that all files in the crate's tarball are in the crate's repository with a git tag matching the version. Please note that this check is still in beta, and absence of this confirmation does not mean that the files don't match.
Crates in the crates.io registry are tarball snapshots uploaded by crates' publishers. The registry is not using crates' git repositories, so there is a possibility that published crates have a misleading repository URL, or contain different code from the code in the repository.
To review the actual code of the crate, it's best to use cargo crev open cpython
. Alternatively, you can download the tarball of cpython v0.7.2 or view the source online.
The
cpython
crate and the underlyingpython3-sys
andpython27-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:
Recommended alternatives
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 ofpyo3
.https://github.com/dgrunwald/rust-cpython/issues/265
https://github.com/dgrunwald/rust-cpython/issues/294