Skip to content

Commit 920b493

Browse files
Update Doc/whatsnew/3.14.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 2fdbac5 commit 920b493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ in CPython by Mark Shannon, Garrett Gu, Haoran Xu, and Josh Haberman.)
798798
.. _whatsnew314-free-threaded-cpython:
799799

800800
Free-threaded mode
801-
---------------------
801+
------------------
802802

803803
Free-threaded mode (:pep:`703`), initially added in 3.13, has been significantly improved. The implementation described in PEP 703 was finished, including C API changes, and temporary workarounds in the interpreter were replaced with more permanent solutions. The specializing adaptive interpreter (:pep:`659`) is now enabled in free-threaded mode, which along with many other optimizations greatly improves its performance. The performance penalty on single-threaded code in free-threaded mode is now roughly 5-10%, depending on platform and C compiler used.
804804

0 commit comments

Comments
 (0)