The docs were clear: "Free-threading requires explicit locking or use of new threading.Lock for shared mutable state." But thousands of old libraries—written assuming the GIL was a shield—now leaked data like a sieve.
Python’s internal JIT compiler has received a massive efficiency boost this month. The December update introduces "Tier 2" optimization refinements that allow the interpreter to identify and compile "hot" code paths more aggressively. Key improvements include: Reduced memory footprint for the JIT-compiled machine code.
The community lost its mind. Was this real? A joke? A time-travel debugger?
Match statements grew teeth:
Faster startup times, addressing one of the primary complaints from the early 2025 releases. Enhanced Type Hinting and Static Analysis
She replied: "Just Python."