Python 3.12 Released With Linux Perf Integration, Performance Improvements
Python 3.12 is out today as the latest major feature release for this extremely popular programming language. Python 3.12 continues the trend of recent releases of enhancing the performance while continuing to introduce exciting new functionality.
Python 3.12 brings more flexible f-string parsing, support for the buffer protocol in Python code, a wide variety of performance improvements, integration support for the Linux perf profiler, new type annotation syntax for generic classes, and various other enhancements.
On the performance front, Python 3.12 is to bring a variety of "many large and small performance improvements" with around 5% better performance overall. I'll be posting some Python 3.12 comparison benchmarks to Phoronix later today.
Downloads and more information on Python 3.12 via Python.org.
Python 3.12 brings more flexible f-string parsing, support for the buffer protocol in Python code, a wide variety of performance improvements, integration support for the Linux perf profiler, new type annotation syntax for generic classes, and various other enhancements.
On the performance front, Python 3.12 is to bring a variety of "many large and small performance improvements" with around 5% better performance overall. I'll be posting some Python 3.12 comparison benchmarks to Phoronix later today.
Downloads and more information on Python 3.12 via Python.org.
26 Comments