Better error messages, support for Linux profiling tools, and many improvements to Python's type hinting have just landed. Let's take a look.| InfoWorld
An exploration into the possibility of running a parallel application using sub interpreters| tonybaloney.github.io
Introduction I wrote about free-threading recently in How free are threads in Python now?. Where I found some unexpected difficulties...| blog.changs.co.uk
Free-threaded Python (PEP-703) was released in October 2024. It enables true multi-threaded execution without the restriction of the GIL. I...| blog.changs.co.uk
Editor, Adam Turner,. This article explains the new features in Python 3.12, compared to 3.11. Python 3.12 was released on October 2, 2023. For full details, see the changelog. Summary – Release hi...| Python documentation