In a move that could reshape the foundations of one of the world’s most popular programming languages, two core developers of CPython—the reference implementation of Python—have proposed integrating the Rust programming language into its codebase. This initiative, detailed in a pre-PEP (Python Enhancement Proposal) discussion, aims to leverage Rust’s memory safety features to address longstanding vulnerabilities in CPython, which is primarily written in C.
The proposal, authored by CPython core developers Emma Twersky and Eclipse Obscura, suggests starting with Rust for optional extension modules before expanding its use throughout the CPython codebase. According to the document posted on Discussions on Python.org, Rust would eventually become a required dependency, marking a significant shift in Python’s development paradigm.
A Push for Memory Safety
Rust’s appeal lies in its strong guarantees against memory-related bugs, a persistent issue in C-based projects like CPython. The pre-PEP highlights that ‘CPython has historically encountered numerous bugs and crashes due to invalid memory accesses,’ as noted in the motivation section. By introducing Rust, developers hope to mitigate these risks without sacrificing performance.
This isn’t the first time Rust has been eyed for enhancing established systems. Projects like the Linux kernel and Chromium have already incorporated Rust for new code, citing similar benefits. A 2023 discussion on Discussions on Python.org explored the feasibility of building CPython with Rust, emphasizing reduced CVEs (Common Vulnerabilities and Exposures).
From Optional to Essential
The phased approach outlined in the proposal begins with allowing Rust for extension modules, which could be compiled optionally. This mirrors strategies in other ecosystems, such as Git’s gradual adoption of Rust for performance-critical components. Over time, Rust would permeate core areas, requiring it for building CPython.
Industry observers see this as a response to growing demands for secure software. A recent article in InfoWorld describes Rust as Python’s ‘new performance engine,’ noting a 22% surge in Rust usage for Python extensions over the past year, as reported by The New Stack.
Community Reactions and Debates
The proposal has sparked lively discussions across tech communities. On X (formerly Twitter), users like Abhinav Upadhyay noted that ‘CPython may introduce Rust for core development,’ drawing parallels to Git’s evolution. Another post from AstraKernel highlighted the focus on memory safety, quoting the pre-PEP’s emphasis on reducing crashes.
Critics, however, express concerns about added complexity. A post on X by The Lunduke Journal warned that a Rust dependency ‘would effectively eliminate modern Python on several platforms,’ potentially alienating users on systems without robust Rust support. Phoronix, in its coverage, described the move as ‘interesting,’ predicting it could evolve CPython significantly.
Technical Challenges Ahead
Integrating Rust into CPython isn’t straightforward. The pre-PEP acknowledges the need for build system modifications and compatibility with existing C code. Tools like PyO3, which facilitate Rust-Python interoperability, could play a key role, as detailed in an InfoWorld guide from 2024.
Historical attempts, such as RustPython—an open-source Python interpreter written entirely in Rust—provide precedents. According to its GitHub page, RustPython supports CPython 3.11 and above, but it’s not yet a replacement for CPython. Discussions on Hacker News praise RustPython’s potential but note integration hurdles with external libraries.
Broader Industry Trends
This proposal aligns with a wider trend of adopting Rust for legacy codebases. For instance, a DARPA-funded project called CRAM migrates C++ to Rust, as shared on X by Paige Bailey. In Python’s ecosystem, tools like Ruff—a fast linter written in Rust—have demonstrated performance gains, with its creator Charlie Marsh claiming it lints the entire CPython codebase in under 500ms.
Surveys indicate Python’s maturation, with Rust integration gaining traction. A report from Techzine Global states that data science dominates Python usage at 51%, while Rust emerges as a ‘performance partner’ for newcomers, who make up half of developers.
Potential Impacts on Developers
For Python developers, this could mean learning Rust for core contributions, potentially steepening the learning curve. However, proponents argue the benefits outweigh the costs. ‘Rust has established itself as a popular, memory-safe systems programming language,’ the pre-PEP states, referencing its use in numerous projects.
Performance is another draw. An X post by Tim McNamara from 2022 contrasted CPython’s 10ms boot time with Rust’s speed in serverless contexts. Similarly, Mara Bos announced tools like ct_python for generating Rust code from Python at compile time, showcasing seamless integration possibilities.
Looking to the Future
As the proposal moves toward formal PEP status, the Python Steering Council will weigh in. If approved, it could set a precedent for other languages, much like Rust’s inclusion in the Linux kernel, which Guillaume Gomez celebrated on X in 2021 as a milestone.
Ultimately, this integration reflects Python’s evolution from a scripting language to a robust tool for AI, data science, and systems programming. With Rust’s backing, CPython could achieve greater reliability, attracting more enterprise adoption while addressing security in an increasingly threat-prone digital landscape.


WebProNews is an iEntry Publication