Python 3.15: frozendict, UTF-8 by Default, and More
Python 3.15 reaches beta with frozendict, default UTF-8 mode, sentinel values, and unpacking in comprehensions.
Python 3.15 reaches beta with frozendict, default UTF-8 mode, sentinel values, and unpacking in comprehensions.
Python’s new incremental garbage collector, shipped in 3.14.0–3.14.4, caused severe memory pressure and was rolled back in 3.14.5 and 3.15.
Python 3.14 introduced t-strings, multiple interpreters in the stdlib, deferred annotation evaluation, and Zstandard support.