Python’s core team has just unveiled the latest CPython release (November 2025), bringing performance boosts, cleaner syntax, and improved developer experience. Here’s what’s inside:
Type annotations are now evaluated lazily by default. This change significantly reduces startup overhead and removes the need for from __future__ import annotations to handle forward references. cpython release november 2025 new