Python 3.11 リリース
(discuss.python.org)- Faster CPython プロジェクトの成果により、3.10 より 10〜60% 高速化。
標準ベンチマークで 1.22 倍の速度向上 - Traceback に、より詳細なエラー位置を含む
- Exception Groups および
except*を追加 - TOML パースをサポート
asyncioに task groups を追加- 正規表現で Atomic grouping (
(?>...)) および Possessive Quantifiers (*+,++,?+,{m,n}+) をサポート
4件のコメント
ちょうどこんな記事がありますね。 https://pythonspeed.com/articles/upgrade-python-3.11/
興味深く読みました
Python 3.11 リリース
https://docs.python.org/3.11/whatsnew/3.11.html
やったー