Icelandic development studio CCP Games has officially launched a major technical modernization of the EVE Online platform. On August 25, 2026, the company began transitioning its core infrastructure and the proprietary Carbon Engine to modern Python 3. Until now, the space MMO relied on a custom implementation of Stackless Python 2.7, which had remained essentially unchanged in production since 2010. This transition marks one of the most substantial architectural updates in the title's operating history.
The sheer scale of the project involves modernizing roughly 2.4 million lines of legacy codebase. CCP Games is deploying a mix of automated transition tools, such as the open source utility futurize, alongside structured manual refactoring passes. This combined methodology is designed to preserve the deterministic behavior of complex gameplay rules and economic systems across New Eden. At the same time, it systematically cleans up deprecated syntax and unmaintained internal routines.
Moving away from the legacy Python 2 environment addresses technical debt that has constrained backend development for years. Upgrading to Python 3 grants the development team direct access to modern task schedulers and native asynchronous programming pipelines. These components are critical for optimizing server performance across multi-core processors during large-scale fleet engagements. Furthermore, it unlocks compatibility with contemporary developer toolchains and current upstream libraries.
A major motivation behind the modernization is establishing infrastructure for compute-heavy features and upcoming server workloads. Alongside EVE Online itself, the related initiative EVE Frontier will directly utilize the refreshed codebase. The upgrade provides the architectural baseline needed to integrate AI-assisted server workloads and responsive world simulation mechanics into the core game engine. Previously, implementing such modern systems was severely bottlenecked by the Stackless 2.7 runtime.
For the active player base, this transition represents a decisive commitment to the long-term sustainability of the virtual galaxy. By replacing its foundational software layers, CCP Games ensures that the MMO launched in 2003 remains viable on modern computing architectures for years to come. The engineering team plans to roll out the refactored modules incrementally while maintaining live operations, aiming to minimize service disruptions for players worldwide.

