ニュース

記事の内容 7分 福田 (@JunyaFff) です。今月の 「Python Monthly Topics」 は、Python 3. 13の新機能 「free threading」 について解説します。 はじめに 2024年10月にリリースされた Python 3.13。その中でもっとも注目すべき実験的な新機能の 「free threading」 について紹介します。本記事ではfree ...
Python 3.13 introduces a JIT compiler that compiles the code into machine code at runtime to improve performance. The Christmas Day (December 25, 2023) pull request on GitHub is peppered with a ...