Anthropic Commits $1.5M to Python Security Enhancement Initiative
Python

Anthropic Commits $1.5M to Python Security Enhancement Initiative

1/14/2026
AI

Tail-Call Optimization Delivers Major CPython Speed Boosts on Windows and macOS

In a significant reversal of previous performance claims, CPython developers have validated substantial speed improvemen...

12/25/2025
Rust

Python Core Developers Eye Rust Integration for CPython: Balancing Safety, Performance, and Tradition

Python Core Developers Eye Rust Integration for CPython: Balancing Safety, Performance, and Tradition Python's referen...

12/18/2025
Rust for CPython: A Path to Safer, Faster, and More Thread‑Safe Python
Rust

Rust for CPython: A Path to Safer, Faster, and More Thread‑Safe Python

Rust for CPython The Python community has long wrestled with the trade‑off between the language’s simplicity and the l...

12/12/2025
Python

CPython JIT Accelerator: Inside the Plan for 5-10% Speed Boosts in Python 3.15 and 3.16

At the recent Python Core Dev Sprint hosted by ARM in Cambridge, core developers Savannah Ostrowski, Mark Shannon, Ken J...

11/10/2025
Tracing JITs in the Wild: Lessons from PyPy for CPython's New Compiler
Python

Tracing JITs in the Wild: Lessons from PyPy for CPython's New Compiler

At the recent CPython Core Developer Sprint in Cambridge, veteran PyPy contributor Antonio Cuni delivered a soberin...

9/25/2025
Inside Python's List Comprehensions: How Scope and Inlining Changed Everything
Python

Inside Python's List Comprehensions: How Scope and Inlining Changed Everything

For years, Python developers encountered subtle scoping quirks with list comprehensions; until Python 3.12 changed ...

9/9/2025
Python 3.14's Tail Call Interpreter: Rewriting the Rules of Bytecode Dispatch
AI

Python 3.14's Tail Call Interpreter: Rewriting the Rules of Bytecode Dispatch

For decades, CPython's performance hinged on a massive switch statement in its bytecode interpreter; a 1,500-case...

8/1/2025