Tech News
← Home  ·  All topics

Python 3

3 GoKawiil briefs on this topic

Sublime Text updates internal Python engine to version 3.14

Sublime Text, the cross-platform code editor, has upgraded its embedded Python runtime to version 3.14, keeping the plugin API current with the latest language release. The editor remains a lightweight alternative to full IDEs, offering a single license for use across Windows, Mac, and Linux systems.

PyPy releases version 8.0.0 with Linux buildbot upgrade and CPython 3.12 ABI compatibility work

PyPy has shipped v8.0.0, updating its Linux build infrastructure to manylinux_2_28 images based on AlmaLinux 8, glibc 2.28, and gcc14, replacing the older gcc5 toolchain. The release also lays groundwork for supporting cp312-abi3 wheels by restructuring how PyPy's internal PyObject extension field is stored and by no longer renaming exported limited-API function names.

EVE Online begins server-side migration from Python 2 to Python 3

CCP Games has started transitioning EVE Online's server codebase from Python 2.7, unchanged since 2010, to Python 3. Initial changes were already tested on the Singularity test server and have now been deployed to the live game as the first phase of a longer migration.