Python 3.11 ~upd~ -

In various workloads, Python 3.11 runs 10–60% faster than Python 3.10. Pure Python code loops, attribute lookups, and function calls all received massive optimizations.

from typing import Self

The headline feature of Python 3.11 is the result of Microsoft’s "Faster CPython" team, led by Mark Shannon. For years, Python developers accepted the trade-off of slower execution for rapid development speed. Python 3.11 narrowed that gap significantly. python 3.11

Python 3.11 adds tomllib to the standard library for reading TOML files. In various workloads, Python 3