2022年10月25日に、Python 3.11の安定版がリリースされました。Python 3.11ではFaster CPythonの導入によって、3.10よりも平均で1.25倍高速になっています。 Python 3.11.0 final is now available - Committers - Discussions on Python.org 他の改善点は以下の通り。
高速化が話題のPython 3. 11ですが、今回取り上げるのは非同期I/ Oで並行処理を実現する標準ライブラリasyncioの新機能asyncio. TaskGroupです。asyncio. TaskGroupは複数のタスクを並行処理する高レベルAPIになります。同様の既存機能 (asyncio. gather()やasyncio. wait()) と ...
門脇 (@satoru_kadowaki) です。11月の 「Python Monthly Topics」 は、Python 3. 11で新しく標準ライブラリに追加された 「tomllib」 モジュールについて解説します。 本題の前に、ご存知の方も多いと思いますが、10月24日、ついにPython 3.11がリリースされました! 先月の ...
On October 25, 2022, Python 3.11 stable was released. Python 3.11 is on average 1.25x faster than 3.10 due to the introduction of Faster CPython. Faster CPython is a Python acceleration project ...
An experimental ‘no-GIL’ build mode in Python 3.13 disables the Global Interpreter Lock to enable true parallel execution in Python. Here’s where to start. The single biggest new feature in Python ...